#35057A

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

Shades of Persian Indigo #35057A

Tints of Persian Indigo #35057A

Color information

#35057A (or 0x35057A) is unknown color: approx Persian Indigo. HEX triplet: 35, 05 and 7A. RGB value is (53,5,122). Sum of RGB (Red+Green+Blue) = 53+5+122=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 122 (48.05% from 255 or 67.78% from 180); Max value from RGB is 122 - color contains mainly: blue. Hex color #35057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35057A is #CAFA85. Grayscale: #202020. Windows color (decimal): -13302406 or 7996725. OLE color: 7996725.

HSL color Cylindrical-coordinate representation of color #35057A: hue angle of 264.62º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #35057A is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB535122-
CMYK0.570.9600.52
HSL264.62º92.13%24.9%-
HSV(B)264.62º95.9%47.84%-
XYZ5.042.2718.59-
YUV32.69178.4142.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 122 (48.05% from 255) = 67.78%
R=29.44%
G=2.78%
B=67.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5351220.570.9600.52264.6292.1324.9
Hex3557A39600341095c19
Octal6551727114006441113431
Binary110101101111101011100111000000110100100001001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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