#35006b

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

Shades of Persian Indigo #35006B

Tints of Persian Indigo #35006B

Color information

#35006B (or 0x35006B) is unknown color: approx Persian Indigo. HEX triplet: 35, 00 and 6B. RGB value is (53,0,107). Sum of RGB (Red+Green+Blue) = 53+0+107=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 107 (42.19% from 255 or 66.88% from 160); Max value from RGB is 107 - color contains mainly: blue. Hex color #35006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35006B is #CAFF94. Grayscale: #1B1B1B. Windows color (decimal): -13303701 or 7012405. OLE color: 7012405.

HSL color Cylindrical-coordinate representation of color #35006B: hue angle of 269.72º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35006B is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB530107-
CMYK0.50100.58
HSL269.72º100%20.98%-
HSV(B)269.72º100%41.96%-
XYZ4.121.8214.04-
YUV28.04172.56145.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 66.88%
R=33.12%
G=0%
B=66.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5301070.50100.58269.7210020.98
Hex3506B326403A10e6415
Octal6501536214407241614425
Binary1101010110101111001011001000111010100001110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35006b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35006b; }

 p { color: rgb(53,0,107); }

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

<style>
 a { background-color: #35006b; }

 a { background-color: rgb(53,0,107); }

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

<style>
 span { border-color: #35006b; }

 span { border-color: rgb(53,0,107); }

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