Html Css Color HEX #39007B Indigo

📋 copy color: '#39007B'

red 57 ◦ green 0 ◦ blue 123

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

Shades of Indigo #39007B

Tints of Indigo #39007B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 68.33%

R = 31.67%
G = 0%
B = 68.33%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#39007B (or 0x39007B) is known color: Indigo. HEX triplet: 39, 00 and 7B. RGB value is (57,0,123). Sum of RGB (Red+Green+Blue) = 57+0+123=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #39007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39007B is #C6FF84. Grayscale: #1E1E1E. Windows color (decimal): -13041541 or 8060985. OLE color: 8060985.

HSL color Cylindrical-coordinate representation of color #39007B: hue angle of 267.8º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39007B is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 57 0 123 -
CMYK 0.54 1 0 0.52
HSL 267.8º 1% 0.24% -
HSV(B) 267.8º 1% 0.48% -
XYZ 5.26 2.3 18.91 -
YUV 31.07 179.88 146.5 -
System Red Green Blue C M Y K H S L
Decimal 57 0 123 0.54 1 0 0.52 267.8 1 0.24
Hex 39 0 7B 36 64 0 34 10C 64 18
Octal 71 0 173 66 144 0 64 414 144 30
Binary 111001 0 1111011 110110 1100100 0 110100 100001100 1100100 11000

Color Harmonies of #39007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39007B

Black with #39007B

Text Example


Text Example

White with #39007B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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