#35186E

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

Shades of Persian Indigo #35186E

Tints of Persian Indigo #35186E

Color information

#35186E (or 0x35186E) is unknown color: approx Persian Indigo. HEX triplet: 35, 18 and 6E. RGB value is (53,24,110). Sum of RGB (Red+Green+Blue) = 53+24+110=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #35186E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35186E is #CAE791. Grayscale: #2A2A2A. Windows color (decimal): -13297554 or 7215157. OLE color: 7215157.

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

Color convert

RGB5324110-
CMYK0.520.7800.57
HSL260.23º64.18%26.27%-
HSV(B)260.23º78.18%43.14%-
XYZ4.612.5415-
YUV42.48166.11135.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.34%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 110 (43.36% from 255) = 58.82%
R=28.34%
G=12.83%
B=58.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53241100.520.7800.57260.2364.1826.27
Hex35186E344E039104401a
Octal65301566411607140410032
Binary11010111000110111011010010011100111001100000100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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