Html Css Color HEX #39147C Persian Indigo

📋 copy color: '#39147C'

red 57 ◦ green 20 ◦ blue 124

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

Shades of Persian Indigo #39147C

Tints of Persian Indigo #39147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.95%

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

R = 28.36%
G = 9.95%
B = 61.69%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39147C (or 0x39147C) is known color: Persian Indigo. HEX triplet: 39, 14 and 7C. RGB value is (57,20,124). Sum of RGB (Red+Green+Blue) = 57+20+124=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #39147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39147C is #C6EB83. Grayscale: #2A2A2A. Windows color (decimal): -13036420 or 8131641. OLE color: 8131641.

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

Color convert

RGB 57 20 124 -
CMYK 0.54 0.84 0 0.51
HSL 261.35º 0.72% 0.28% -
HSV(B) 261.35º 0.84% 0.49% -
XYZ 5.58 2.83 19.32 -
YUV 42.92 173.76 138.04 -
System Red Green Blue C M Y K H S L
Decimal 57 20 124 0.54 0.84 0 0.51 261.35 0.72 0.28
Hex 39 14 7C 36 54 0 33 105 48 1C
Octal 71 24 174 66 124 0 63 405 110 34
Binary 111001 10100 1111100 110110 1010100 0 110011 100000101 1001000 11100

Color Harmonies of #39147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39147C

Black with #39147C

Text Example


Text Example

White with #39147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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