#39227A

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

Shades of Persian Indigo #39227A

Tints of Persian Indigo #39227A

Color information

#39227A (or 0x39227A) is unknown color: approx Persian Indigo. HEX triplet: 39, 22 and 7A. RGB value is (57,34,122). Sum of RGB (Red+Green+Blue) = 57+34+122=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #39227A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39227A is #C6DD85. Grayscale: #323232. Windows color (decimal): -13032838 or 8004153. OLE color: 8004153.

HSL color Cylindrical-coordinate representation of color #39227A: hue angle of 255.68º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39227A is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5734122-
CMYK0.530.7200.52
HSL255.68º56.41%30.59%-
HSV(B)255.68º72.13%47.84%-
XYZ5.773.4218.77-
YUV50.91168.12132.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 34 (13.67% from 255) = 15.96%
BLUE value IS 122 (48.05% from 255) = 57.28%
R=26.76%
G=15.96%
B=57.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57341220.530.7200.52255.6856.4130.59
Hex39227A3548034100381f
Octal7142172651100644007037
Binary11100110001011110101101011001000011010010000000011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,34,122); }

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

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

 a { background-color: rgb(57,34,122); }

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

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

 span { border-color: rgb(57,34,122); }

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