Html Css Color HEX #39019C Indigo

📋 copy color: '#39019C'

red 57 ◦ green 1 ◦ blue 156

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

Shades of Indigo #39019C

Tints of Indigo #39019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 72.9%

R = 26.64%
G = 0.47%
B = 72.9%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39019C (or 0x39019C) is known color: Indigo. HEX triplet: 39, 01 and 9C. RGB value is (57,1,156). Sum of RGB (Red+Green+Blue) = 57+1+156=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 156 (61.33% from 255 or 72.90% from 214); Max value from RGB is 156 - color contains mainly: blue. Hex color #39019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39019C is #C6FE63. Grayscale: #222222. Windows color (decimal): -13041252 or 10223929. OLE color: 10223929.

HSL color Cylindrical-coordinate representation of color #39019C: hue angle of 261.68º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #39019C is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 1 156 -
CMYK 0.63 0.99 0 0.39
HSL 261.68º 0.99% 0.31% -
HSV(B) 261.68º 0.99% 0.61% -
XYZ 7.7 3.29 31.68 -
YUV 35.41 196.05 143.4 -
System Red Green Blue C M Y K H S L
Decimal 57 1 156 0.63 0.99 0 0.39 261.68 0.99 0.31
Hex 39 1 9C 3F 63 0 27 106 63 1F
Octal 71 1 234 77 143 0 47 406 143 37
Binary 111001 1 10011100 111111 1100011 0 100111 100000110 1100011 11111

Color Harmonies of #39019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39019C

Black with #39019C

Text Example


Text Example

White with #39019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39019C; }

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

 H1.HeaderClassName
 {
   color: #39019C;
 }
 .AnyTagClassName
 {
   color: #39019C;
 }
</style>

background-color css

<style>
 a { background-color: #39019C; }

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

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

border-color css

<style>
 span { border-color: #39019C; }

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

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