#35067D

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

Shades of Persian Indigo #35067D

Tints of Persian Indigo #35067D

Color information

#35067D (or 0x35067D) is unknown color: approx Persian Indigo. HEX triplet: 35, 06 and 7D. RGB value is (53,6,125). Sum of RGB (Red+Green+Blue) = 53+6+125=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 125 (49.22% from 255 or 67.93% from 184); Max value from RGB is 125 - color contains mainly: blue. Hex color #35067D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35067D is #CAF982. Grayscale: #212121. Windows color (decimal): -13302147 or 8193589. OLE color: 8193589.

HSL color Cylindrical-coordinate representation of color #35067D: hue angle of 263.7º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #35067D is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB536125-
CMYK0.580.9500.51
HSL263.7º90.84%25.69%-
HSV(B)263.7º95.2%49.02%-
XYZ5.232.3719.58-
YUV33.62179.57141.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.80%
GREEN value IS 6 (2.73% from 255) = 3.26%
BLUE value IS 125 (49.22% from 255) = 67.93%
R=28.80%
G=3.26%
B=67.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5361250.580.9500.51263.790.8425.69
Hex3567D3A5F0331085b1a
Octal6561757213706341013332
Binary110101110111110111101010111110110011100001000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35067D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35067D; }

 p { color: rgb(53,6,125); }

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

<style>
 a { background-color: #35067D; }

 a { background-color: rgb(53,6,125); }

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

<style>
 span { border-color: #35067D; }

 span { border-color: rgb(53,6,125); }

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