#35238E

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

Shades of Persian Indigo #35238E

Tints of Persian Indigo #35238E

Color information

#35238E (or 0x35238E) is unknown color: approx Persian Indigo. HEX triplet: 35, 23 and 8E. RGB value is (53,35,142). Sum of RGB (Red+Green+Blue) = 53+35+142=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #35238E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35238E is #CADC71. Grayscale: #343434. Windows color (decimal): -13294706 or 9315125. OLE color: 9315125.

HSL color Cylindrical-coordinate representation of color #35238E: hue angle of 250.09º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35238E is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5335142-
CMYK0.630.7500.44
HSL250.09º60.45%34.71%-
HSV(B)250.09º75.35%55.69%-
XYZ6.953.9125.98-
YUV52.58178.46128.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 35 (14.06% from 255) = 15.22%
BLUE value IS 142 (55.86% from 255) = 61.74%
R=23.04%
G=15.22%
B=61.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53351420.630.7500.44250.0960.4534.71
Hex35238E3F4B02Cfa3c23
Octal6543216771130543727443
Binary110101100011100011101111111001011010110011111010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35238E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,35,142); }

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

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

 a { background-color: rgb(53,35,142); }

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

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

 span { border-color: rgb(53,35,142); }

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