#35238B

Color #35238B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #35238B

Tints of Persian Indigo #35238B

Color information

#35238B (or 0x35238B) is unknown color: approx Persian Indigo. HEX triplet: 35, 23 and 8B. RGB value is (53,35,139). Sum of RGB (Red+Green+Blue) = 53+35+139=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #35238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35238B is #CADC74. Grayscale: #333333. Windows color (decimal): -13294709 or 9118517. OLE color: 9118517.

HSL color Cylindrical-coordinate representation of color #35238B: hue angle of 250.38º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35238B is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5335139-
CMYK0.620.7500.45
HSL250.38º59.77%34.12%-
HSV(B)250.38º74.82%54.51%-
XYZ6.733.8224.81-
YUV52.24176.96128.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 35 (14.06% from 255) = 15.42%
BLUE value IS 139 (54.69% from 255) = 61.23%
R=23.35%
G=15.42%
B=61.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53351390.620.7500.45250.3859.7734.12
Hex35238B3E4B02Dfa3c22
Octal6543213761130553727442
Binary110101100011100010111111101001011010110111111010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35238B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35238B; }

 p { color: rgb(53,35,139); }

 H1.HeaderClassName
 {
   color: #35238B;
 }
 .AnyTagClassName
 {
   color: #35238B;
 }
</style>
background-color css

<style>
 a { background-color: #35238B; }

 a { background-color: rgb(53,35,139); }

 div.DivClassName
 {
   background-color: #35238B;
 }
 .BgClassName
 {
   background-color: #35238B;
 }
</style>
border-color css

<style>
 span { border-color: #35238B; }

 span { border-color: rgb(53,35,139); }

 td.TdClassName
 {
   border-color: #35238B;
 }
 .TagClassName
 {
   border-color: #35238B;
 }
</style>