#35048E

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

Shades of Persian Indigo #35048E

Tints of Persian Indigo #35048E

Color information

#35048E (or 0x35048E) is unknown color: approx Persian Indigo. HEX triplet: 35, 04 and 8E. RGB value is (53,4,142). Sum of RGB (Red+Green+Blue) = 53+4+142=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 142 (55.86% from 255 or 71.36% from 199); Max value from RGB is 142 - color contains mainly: blue. Hex color #35048E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35048E is #CAFB71. Grayscale: #212121. Windows color (decimal): -13302642 or 9307189. OLE color: 9307189.

HSL color Cylindrical-coordinate representation of color #35048E: hue angle of 261.3º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #35048E is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB534142-
CMYK0.630.9700.44
HSL261.3º94.52%28.63%-
HSV(B)261.3º97.18%55.69%-
XYZ6.392.825.79-
YUV34.38188.73141.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 142 (55.86% from 255) = 71.36%
R=26.63%
G=2.01%
B=71.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5341420.630.9700.44261.394.5228.63
Hex3548E3F6102C1055f1d
Octal6542167714105440513735
Binary1101011001000111011111111000010101100100000101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35048E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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