Html Css Color HEX #39217C Persian Indigo

📋 copy color: '#39217C'

red 57 ◦ green 33 ◦ blue 124

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

Shades of Persian Indigo #39217C

Tints of Persian Indigo #39217C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.94%

R = 26.64%
G = 15.42%
B = 57.94%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39217C (or 0x39217C) is known color: Persian Indigo. HEX triplet: 39, 21 and 7C. RGB value is (57,33,124). Sum of RGB (Red+Green+Blue) = 57+33+124=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #39217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39217C is #C6DE83. Grayscale: #323232. Windows color (decimal): -13033092 or 8134969. OLE color: 8134969.

HSL color Cylindrical-coordinate representation of color #39217C: hue angle of 255.82º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39217C is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 33 124 -
CMYK 0.54 0.73 0 0.51
HSL 255.82º 0.58% 0.31% -
HSV(B) 255.82º 0.73% 0.49% -
XYZ 5.87 3.41 19.42 -
YUV 50.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 57 33 124 0.54 0.73 0 0.51 255.82 0.58 0.31
Hex 39 21 7C 36 49 0 33 100 3A 1F
Octal 71 41 174 66 111 0 63 400 72 37
Binary 111001 100001 1111100 110110 1001001 0 110011 100000000 111010 11111

Color Harmonies of #39217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39217C

Black with #39217C

Text Example


Text Example

White with #39217C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39217C;
 }
 .AnyTagClassName
 {
   color: #39217C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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