#35047D

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

Shades of Persian Indigo #35047D

Tints of Persian Indigo #35047D

Color information

#35047D (or 0x35047D) is unknown color: approx Persian Indigo. HEX triplet: 35, 04 and 7D. RGB value is (53,4,125). Sum of RGB (Red+Green+Blue) = 53+4+125=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 125 (49.22% from 255 or 68.68% from 182); Max value from RGB is 125 - color contains mainly: blue. Hex color #35047D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35047D is #CAFB82. Grayscale: #202020. Windows color (decimal): -13302659 or 8193077. OLE color: 8193077.

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

Color convert

RGB534125-
CMYK0.580.9700.51
HSL264.3º93.8%25.29%-
HSV(B)264.3º96.8%49.02%-
XYZ5.212.3219.58-
YUV32.44180.23142.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 4 (1.95% from 255) = 2.20%
BLUE value IS 125 (49.22% from 255) = 68.68%
R=29.12%
G=2.20%
B=68.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5341250.580.9700.51264.393.825.29
Hex3547D3A610331085e19
Octal6541757214106341013631
Binary110101100111110111101011000010110011100001000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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