#35056D

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

Shades of Persian Indigo #35056D

Tints of Persian Indigo #35056D

Color information

#35056D (or 0x35056D) is unknown color: approx Persian Indigo. HEX triplet: 35, 05 and 6D. RGB value is (53,5,109). Sum of RGB (Red+Green+Blue) = 53+5+109=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #35056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35056D is #CAFA92. Grayscale: #1E1E1E. Windows color (decimal): -13302419 or 7144757. OLE color: 7144757.

HSL color Cylindrical-coordinate representation of color #35056D: hue angle of 267.69º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #35056D is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB535109-
CMYK0.510.9500.57
HSL267.69º91.23%22.35%-
HSV(B)267.69º95.41%42.75%-
XYZ4.281.9714.62-
YUV31.21171.9143.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 109 (42.97% from 255) = 65.27%
R=31.74%
G=2.99%
B=65.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5351090.510.9500.57267.6991.2322.35
Hex3556D335F03910c5b16
Octal6551556313707141413326
Binary110101101110110111001110111110111001100001100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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