Html Css Color HEX #39017E Indigo

📋 copy color: '#39017E'

red 57 ◦ green 1 ◦ blue 126

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

Shades of Indigo #39017E

Tints of Indigo #39017E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 126 (49.61% from 255) = 68.48%

R = 30.98%
G = 0.54%
B = 68.48%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39017E (or 0x39017E) is known color: Indigo. HEX triplet: 39, 01 and 7E. RGB value is (57,1,126). Sum of RGB (Red+Green+Blue) = 57+1+126=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 126 (49.61% from 255 or 68.48% from 184); Max value from RGB is 126 - color contains mainly: blue. Hex color #39017E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39017E is #C6FE81. Grayscale: #1F1F1F. Windows color (decimal): -13041282 or 8257849. OLE color: 8257849.

HSL color Cylindrical-coordinate representation of color #39017E: hue angle of 266.88º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #39017E is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 1 126 -
CMYK 0.55 0.99 0 0.51
HSL 266.88º 0.98% 0.25% -
HSV(B) 266.88º 0.99% 0.49% -
XYZ 5.46 2.4 19.91 -
YUV 31.99 181.05 145.84 -
System Red Green Blue C M Y K H S L
Decimal 57 1 126 0.55 0.99 0 0.51 266.88 0.98 0.25
Hex 39 1 7E 37 63 0 33 10B 62 19
Octal 71 1 176 67 143 0 63 413 142 31
Binary 111001 1 1111110 110111 1100011 0 110011 100001011 1100010 11001

Color Harmonies of #39017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39017E

Black with #39017E

Text Example


Text Example

White with #39017E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,1,126); }

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

background-color css

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

 a { background-color: rgb(57,1,126); }

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

border-color css

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

 span { border-color: rgb(57,1,126); }

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