#35228B

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

Shades of Persian Indigo #35228B

Tints of Persian Indigo #35228B

Color information

#35228B (or 0x35228B) is unknown color: approx Persian Indigo. HEX triplet: 35, 22 and 8B. RGB value is (53,34,139). Sum of RGB (Red+Green+Blue) = 53+34+139=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #35228B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35228B is #CADD74. Grayscale: #333333. Windows color (decimal): -13294965 or 9118261. OLE color: 9118261.

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

Color convert

RGB5334139-
CMYK0.620.7600.45
HSL250.86º60.69%33.92%-
HSV(B)250.86º75.54%54.51%-
XYZ6.73.7724.8-
YUV51.65177.29128.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.45%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 139 (54.69% from 255) = 61.50%
R=23.45%
G=15.04%
B=61.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53341390.620.7600.45250.8660.6933.92
Hex35228B3E4C02Dfb3d22
Octal6542213761140553737542
Binary110101100010100010111111101001100010110111111011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35228B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35228B; }

 p { color: rgb(53,34,139); }

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

<style>
 a { background-color: #35228B; }

 a { background-color: rgb(53,34,139); }

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

<style>
 span { border-color: #35228B; }

 span { border-color: rgb(53,34,139); }

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