#35188A

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

Shades of Persian Indigo #35188A

Tints of Persian Indigo #35188A

Color information

#35188A (or 0x35188A) is unknown color: approx Persian Indigo. HEX triplet: 35, 18 and 8A. RGB value is (53,24,138). Sum of RGB (Red+Green+Blue) = 53+24+138=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 138 (54.30% from 255 or 64.19% from 215); Max value from RGB is 138 - color contains mainly: blue. Hex color #35188A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35188A is #CAE775. Grayscale: #2D2D2D. Windows color (decimal): -13297526 or 9050165. OLE color: 9050165.

HSL color Cylindrical-coordinate representation of color #35188A: hue angle of 255.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35188A is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5324138-
CMYK0.620.8300.46
HSL255.26º70.37%31.76%-
HSV(B)255.26º82.61%54.12%-
XYZ6.383.2524.33-
YUV45.67180.11133.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 138 (54.30% from 255) = 64.19%
R=24.65%
G=11.16%
B=64.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53241380.620.8300.46255.2670.3731.76
Hex35188A3E5302Eff4620
Octal65302127612305637710640
Binary110101110001000101011111010100110101110111111111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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