#35058D

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

Shades of Persian Indigo #35058D

Tints of Persian Indigo #35058D

Color information

#35058D (or 0x35058D) is unknown color: approx Persian Indigo. HEX triplet: 35, 05 and 8D. RGB value is (53,5,141). Sum of RGB (Red+Green+Blue) = 53+5+141=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 141 (55.47% from 255 or 70.85% from 199); Max value from RGB is 141 - color contains mainly: blue. Hex color #35058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35058D is #CAFA72. Grayscale: #222222. Windows color (decimal): -13302387 or 9241909. OLE color: 9241909.

HSL color Cylindrical-coordinate representation of color #35058D: hue angle of 261.18º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #35058D is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB535141-
CMYK0.620.9600.45
HSL261.18º93.15%28.63%-
HSV(B)261.18º96.45%55.29%-
XYZ6.332.7925.4-
YUV34.86187.9140.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 141 (55.47% from 255) = 70.85%
R=26.63%
G=2.51%
B=70.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5351410.620.9600.45261.1893.1528.63
Hex3558D3E6002D1055d1d
Octal6552157614005540513535
Binary1101011011000110111111011000000101101100000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35058D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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