Html Css Color HEX #39127D Persian Indigo

📋 copy color: '#39127D'

red 57 ◦ green 18 ◦ blue 125

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

Shades of Persian Indigo #39127D

Tints of Persian Indigo #39127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

 BLUE value IS 125 (49.22% from 255) = 62.5%

R = 28.5%
G = 9%
B = 62.5%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39127D (or 0x39127D) is known color: Persian Indigo. HEX triplet: 39, 12 and 7D. RGB value is (57,18,125). Sum of RGB (Red+Green+Blue) = 57+18+125=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #39127D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39127D is #C6ED82. Grayscale: #292929. Windows color (decimal): -13036931 or 8196665. OLE color: 8196665.

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

Color convert

RGB 57 18 125 -
CMYK 0.54 0.86 0 0.51
HSL 261.87º 0.75% 0.28% -
HSV(B) 261.87º 0.86% 0.49% -
XYZ 5.61 2.78 19.64 -
YUV 41.86 174.92 138.8 -
System Red Green Blue C M Y K H S L
Decimal 57 18 125 0.54 0.86 0 0.51 261.87 0.75 0.28
Hex 39 12 7D 36 56 0 33 106 4B 1C
Octal 71 22 175 66 126 0 63 406 113 34
Binary 111001 10010 1111101 110110 1010110 0 110011 100000110 1001011 11100

Color Harmonies of #39127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39127D

Black with #39127D

Text Example


Text Example

White with #39127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39127D; }

 p { color: rgb(57,18,125); }

 H1.HeaderClassName
 {
   color: #39127D;
 }
 .AnyTagClassName
 {
   color: #39127D;
 }
</style>

background-color css

<style>
 a { background-color: #39127D; }

 a { background-color: rgb(57,18,125); }

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

border-color css

<style>
 span { border-color: #39127D; }

 span { border-color: rgb(57,18,125); }

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