#35057E

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

Shades of Persian Indigo #35057E

Tints of Persian Indigo #35057E

Color information

#35057E (or 0x35057E) is unknown color: approx Persian Indigo. HEX triplet: 35, 05 and 7E. RGB value is (53,5,126). Sum of RGB (Red+Green+Blue) = 53+5+126=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 126 (49.61% from 255 or 68.48% from 184); Max value from RGB is 126 - color contains mainly: blue. Hex color #35057E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35057E is #CAFA81. Grayscale: #202020. Windows color (decimal): -13302402 or 8258869. OLE color: 8258869.

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

Color convert

RGB535126-
CMYK0.580.9600.51
HSL263.8º92.37%25.69%-
HSV(B)263.8º96.03%49.41%-
XYZ5.292.3719.92-
YUV33.15180.4142.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.80%
GREEN value IS 5 (2.34% from 255) = 2.72%
BLUE value IS 126 (49.61% from 255) = 68.48%
R=28.80%
G=2.72%
B=68.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5351260.580.9600.51263.892.3725.69
Hex3557E3A600331085c1a
Octal6551767214006341013432
Binary110101101111111011101011000000110011100001000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35057E; }

 p { color: rgb(53,5,126); }

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

<style>
 a { background-color: #35057E; }

 a { background-color: rgb(53,5,126); }

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

<style>
 span { border-color: #35057E; }

 span { border-color: rgb(53,5,126); }

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