Html Css Color HEX #39008A Indigo

📋 copy color: '#39008A'

red 57 ◦ green 0 ◦ blue 138

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

Shades of Indigo #39008A

Tints of Indigo #39008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 70.77%

R = 29.23%
G = 0%
B = 70.77%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#39008A (or 0x39008A) is known color: Indigo. HEX triplet: 39, 00 and 8A. RGB value is (57,0,138). Sum of RGB (Red+Green+Blue) = 57+0+138=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 138 (54.30% from 255 or 70.77% from 195); Max value from RGB is 138 - color contains mainly: blue. Hex color #39008A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39008A is #C6FF75. Grayscale: #202020. Windows color (decimal): -13041526 or 9044025. OLE color: 9044025.

HSL color Cylindrical-coordinate representation of color #39008A: hue angle of 264.78º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39008A is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 0 138 -
CMYK 0.59 1 0 0.46
HSL 264.78º 1% 0.27% -
HSV(B) 264.78º 1% 0.54% -
XYZ 6.27 2.7 24.24 -
YUV 32.78 187.38 145.28 -
System Red Green Blue C M Y K H S L
Decimal 57 0 138 0.59 1 0 0.46 264.78 1 0.27
Hex 39 0 8A 3B 64 0 2E 109 64 1B
Octal 71 0 212 73 144 0 56 411 144 33
Binary 111001 0 10001010 111011 1100100 0 101110 100001001 1100100 11011

Color Harmonies of #39008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39008A

Black with #39008A

Text Example


Text Example

White with #39008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39008A; }

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

 H1.HeaderClassName
 {
   color: #39008A;
 }
 .AnyTagClassName
 {
   color: #39008A;
 }
</style>

background-color css

<style>
 a { background-color: #39008A; }

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

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

border-color css

<style>
 span { border-color: #39008A; }

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

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