Html Css Color HEX #39006F Indigo

📋 copy color: '#39006F'

red 57 ◦ green 0 ◦ blue 111

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

Shades of Indigo #39006F

Tints of Indigo #39006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 66.07%

R = 33.93%
G = 0%
B = 66.07%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#39006F (or 0x39006F) is known color: Indigo. HEX triplet: 39, 00 and 6F. RGB value is (57,0,111). Sum of RGB (Red+Green+Blue) = 57+0+111=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #39006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39006F is #C6FF90. Grayscale: #1D1D1D. Windows color (decimal): -13041553 or 7274553. OLE color: 7274553.

HSL color Cylindrical-coordinate representation of color #39006F: hue angle of 270.81º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39006F is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 0 111 -
CMYK 0.49 1 0 0.56
HSL 270.81º 1% 0.22% -
HSV(B) 270.81º 1% 0.44% -
XYZ 4.56 2.02 15.19 -
YUV 29.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 57 0 111 0.49 1 0 0.56 270.81 1 0.22
Hex 39 0 6F 31 64 0 38 10F 64 16
Octal 71 0 157 61 144 0 70 417 144 26
Binary 111001 0 1101111 110001 1100100 0 111000 100001111 1100100 10110

Color Harmonies of #39006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39006F

Black with #39006F

Text Example


Text Example

White with #39006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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