Html Css Color HEX #39007F Indigo

📋 copy color: '#39007F'

red 57 ◦ green 0 ◦ blue 127

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

Shades of Indigo #39007F

Tints of Indigo #39007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 127 (50% from 255) = 69.02%

R = 30.98%
G = 0%
B = 69.02%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#39007F (or 0x39007F) is known color: Indigo. HEX triplet: 39, 00 and 7F. RGB value is (57,0,127). Sum of RGB (Red+Green+Blue) = 57+0+127=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 127 (50% from 255 or 69.02% from 184); Max value from RGB is 127 - color contains mainly: blue. Hex color #39007F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39007F is #C6FF80. Grayscale: #1F1F1F. Windows color (decimal): -13041537 or 8323129. OLE color: 8323129.

HSL color Cylindrical-coordinate representation of color #39007F: hue angle of 266.93º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39007F is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 0 127 -
CMYK 0.55 1 0 0.50
HSL 266.93º 1% 0.25% -
HSV(B) 266.93º 1% 0.5% -
XYZ 5.52 2.4 20.25 -
YUV 31.52 181.88 146.17 -
System Red Green Blue C M Y K H S L
Decimal 57 0 127 0.55 1 0 0.50 266.93 1 0.25
Hex 39 0 7F 37 64 0 32 10B 64 19
Octal 71 0 177 67 144 0 62 413 144 31
Binary 111001 0 1111111 110111 1100100 0 110010 100001011 1100100 11001

Color Harmonies of #39007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39007F

Black with #39007F

Text Example


Text Example

White with #39007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39007F; }

 p { color: rgb(57,0,127); }

 H1.HeaderClassName
 {
   color: #39007F;
 }
 .AnyTagClassName
 {
   color: #39007F;
 }
</style>

background-color css

<style>
 a { background-color: #39007F; }

 a { background-color: rgb(57,0,127); }

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

border-color css

<style>
 span { border-color: #39007F; }

 span { border-color: rgb(57,0,127); }

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