Html Css Color HEX #39019F Indigo

📋 copy color: '#39019F'

red 57 ◦ green 1 ◦ blue 159

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

Shades of Indigo #39019F

Tints of Indigo #39019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 73.27%

R = 26.27%
G = 0.46%
B = 73.27%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39019F (or 0x39019F) is known color: Indigo. HEX triplet: 39, 01 and 9F. RGB value is (57,1,159). Sum of RGB (Red+Green+Blue) = 57+1+159=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 159 (62.5% from 255 or 73.27% from 217); Max value from RGB is 159 - color contains mainly: blue. Hex color #39019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39019F is #C6FE60. Grayscale: #232323. Windows color (decimal): -13041249 or 10420537. OLE color: 10420537.

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

Color convert

RGB 57 1 159 -
CMYK 0.64 0.99 0 0.38
HSL 261.27º 0.99% 0.31% -
HSV(B) 261.27º 0.99% 0.62% -
XYZ 7.96 3.39 33.04 -
YUV 35.76 197.55 143.15 -
System Red Green Blue C M Y K H S L
Decimal 57 1 159 0.64 0.99 0 0.38 261.27 0.99 0.31
Hex 39 1 9F 40 63 0 26 105 63 1F
Octal 71 1 237 100 143 0 46 405 143 37
Binary 111001 1 10011111 1000000 1100011 0 100110 100000101 1100011 11111

Color Harmonies of #39019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39019F

Black with #39019F

Text Example


Text Example

White with #39019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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