Html Css Color HEX #39218E Persian Indigo

📋 copy color: '#39218E'

red 57 ◦ green 33 ◦ blue 142

#39218E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #39218E

Tints of Persian Indigo #39218E

RGB

 RED value IS 57 (22.66% from 255) = 24.57%

 GREEN value IS 33 (13.28% from 255) = 14.22%

 BLUE value IS 142 (55.86% from 255) = 61.21%

R = 24.57%
G = 14.22%
B = 61.21%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#39218E (or 0x39218E) is known color: Persian Indigo. HEX triplet: 39, 21 and 8E. RGB value is (57,33,142). Sum of RGB (Red+Green+Blue) = 57+33+142=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #39218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39218E is #C6DE71. Grayscale: #343434. Windows color (decimal): -13033074 or 9314617. OLE color: 9314617.

HSL color Cylindrical-coordinate representation of color #39218E: hue angle of 253.21º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39218E is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 33 142 -
CMYK 0.60 0.77 0 0.44
HSL 253.21º 0.62% 0.34% -
HSV(B) 253.21º 0.77% 0.56% -
XYZ 7.11 3.91 25.97 -
YUV 52.6 178.45 131.14 -
System Red Green Blue C M Y K H S L
Decimal 57 33 142 0.60 0.77 0 0.44 253.21 0.62 0.34
Hex 39 21 8E 3C 4D 0 2C FD 3E 22
Octal 71 41 216 74 115 0 54 375 76 42
Binary 111001 100001 10001110 111100 1001101 0 101100 11111101 111110 100010

Color Harmonies of #39218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39218E

Black with #39218E

Text Example


Text Example

White with #39218E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,33,142); }

 H1.HeaderClassName
 {
   color: #39218E;
 }
 .AnyTagClassName
 {
   color: #39218E;
 }
</style>

background-color css

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

 a { background-color: rgb(57,33,142); }

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

border-color css

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

 span { border-color: rgb(57,33,142); }

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