#35136E

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

Shades of Persian Indigo #35136E

Tints of Persian Indigo #35136E

Color information

#35136E (or 0x35136E) is unknown color: approx Persian Indigo. HEX triplet: 35, 13 and 6E. RGB value is (53,19,110). Sum of RGB (Red+Green+Blue) = 53+19+110=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #35136E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35136E is #CAEC91. Grayscale: #272727. Windows color (decimal): -13298834 or 7213877. OLE color: 7213877.

HSL color Cylindrical-coordinate representation of color #35136E: hue angle of 262.42º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35136E is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5319110-
CMYK0.520.8300.57
HSL262.42º70.54%25.29%-
HSV(B)262.42º82.73%43.14%-
XYZ4.522.3514.97-
YUV39.54167.76137.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 19 (7.81% from 255) = 10.44%
BLUE value IS 110 (43.36% from 255) = 60.44%
R=29.12%
G=10.44%
B=60.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53191100.520.8300.57262.4270.5425.29
Hex35136E34530391064719
Octal65231566412307140610731
Binary11010110011110111011010010100110111001100000110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35136E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,19,110); }

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

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

 a { background-color: rgb(53,19,110); }

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

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

 span { border-color: rgb(53,19,110); }

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