Html Css Color HEX #390182 Indigo

📋 copy color: '#390182'

red 57 ◦ green 1 ◦ blue 130

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

Shades of Indigo #390182

Tints of Indigo #390182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 69.15%

R = 30.32%
G = 0.53%
B = 69.15%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#390182 (or 0x390182) is known color: Indigo. HEX triplet: 39, 01 and 82. RGB value is (57,1,130). Sum of RGB (Red+Green+Blue) = 57+1+130=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 130 (51.17% from 255 or 69.15% from 188); Max value from RGB is 130 - color contains mainly: blue. Hex color #390182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390182 is #C6FE7D. Grayscale: #1F1F1F. Windows color (decimal): -13041278 or 8519993. OLE color: 8519993.

HSL color Cylindrical-coordinate representation of color #390182: hue angle of 266.05º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390182 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 1 130 -
CMYK 0.56 0.99 0 0.49
HSL 266.05º 0.98% 0.26% -
HSV(B) 266.05º 0.99% 0.51% -
XYZ 5.73 2.5 21.3 -
YUV 32.45 183.05 145.51 -
System Red Green Blue C M Y K H S L
Decimal 57 1 130 0.56 0.99 0 0.49 266.05 0.98 0.26
Hex 39 1 82 38 63 0 31 10A 62 1A
Octal 71 1 202 70 143 0 61 412 142 32
Binary 111001 1 10000010 111000 1100011 0 110001 100001010 1100010 11010

Color Harmonies of #390182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390182

Black with #390182

Text Example


Text Example

White with #390182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390182; }

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

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

background-color css

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

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

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

border-color css

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

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

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