Html Css Color HEX #39018A Indigo

📋 copy color: '#39018A'

red 57 ◦ green 1 ◦ blue 138

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

Shades of Indigo #39018A

Tints of Indigo #39018A

RGB

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

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

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

R = 29.08%
G = 0.51%
B = 70.41%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#39018A (or 0x39018A) is known color: Indigo. HEX triplet: 39, 01 and 8A. RGB value is (57,1,138). Sum of RGB (Red+Green+Blue) = 57+1+138=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 138 (54.30% from 255 or 70.41% from 196); Max value from RGB is 138 - color contains mainly: blue. Hex color #39018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39018A is #C6FE75. Grayscale: #202020. Windows color (decimal): -13041270 or 9044281. OLE color: 9044281.

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

Color convert

RGB 57 1 138 -
CMYK 0.59 0.99 0 0.46
HSL 264.53º 0.99% 0.27% -
HSV(B) 264.53º 0.99% 0.54% -
XYZ 6.29 2.73 24.24 -
YUV 33.36 187.05 144.86 -
System Red Green Blue C M Y K H S L
Decimal 57 1 138 0.59 0.99 0 0.46 264.53 0.99 0.27
Hex 39 1 8A 3B 63 0 2E 109 63 1B
Octal 71 1 212 73 143 0 56 411 143 33
Binary 111001 1 10001010 111011 1100011 0 101110 100001001 1100011 11011

Color Harmonies of #39018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39018A

Black with #39018A

Text Example


Text Example

White with #39018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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