#35238C

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

Shades of Persian Indigo #35238C

Tints of Persian Indigo #35238C

Color information

#35238C (or 0x35238C) is unknown color: approx Persian Indigo. HEX triplet: 35, 23 and 8C. RGB value is (53,35,140). Sum of RGB (Red+Green+Blue) = 53+35+140=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #35238C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35238C is #CADC73. Grayscale: #333333. Windows color (decimal): -13294708 or 9184053. OLE color: 9184053.

HSL color Cylindrical-coordinate representation of color #35238C: hue angle of 250.29º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35238C is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5335140-
CMYK0.620.7500.45
HSL250.29º60%34.31%-
HSV(B)250.29º75%54.9%-
XYZ6.83.8525.2-
YUV52.35177.46128.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 35 (14.06% from 255) = 15.35%
BLUE value IS 140 (55.08% from 255) = 61.40%
R=23.25%
G=15.35%
B=61.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53351400.620.7500.45250.296034.31
Hex35238C3E4B02Dfa3c22
Octal6543214761130553727442
Binary110101100011100011001111101001011010110111111010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35238C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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