Html Css Color HEX #390185 Indigo

📋 copy color: '#390185'

red 57 ◦ green 1 ◦ blue 133

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

Shades of Indigo #390185

Tints of Indigo #390185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 69.63%

R = 29.84%
G = 0.52%
B = 69.63%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#390185 (or 0x390185) is known color: Indigo. HEX triplet: 39, 01 and 85. RGB value is (57,1,133). Sum of RGB (Red+Green+Blue) = 57+1+133=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #390185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390185 is #C6FE7A. Grayscale: #202020. Windows color (decimal): -13041275 or 8716601. OLE color: 8716601.

HSL color Cylindrical-coordinate representation of color #390185: hue angle of 265.45º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390185 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 1 133 -
CMYK 0.57 0.99 0 0.48
HSL 265.45º 0.99% 0.26% -
HSV(B) 265.45º 0.99% 0.52% -
XYZ 5.93 2.59 22.38 -
YUV 32.79 184.55 145.27 -
System Red Green Blue C M Y K H S L
Decimal 57 1 133 0.57 0.99 0 0.48 265.45 0.99 0.26
Hex 39 1 85 39 63 0 30 109 63 1A
Octal 71 1 205 71 143 0 60 411 143 32
Binary 111001 1 10000101 111001 1100011 0 110000 100001001 1100011 11010

Color Harmonies of #390185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390185

Black with #390185

Text Example


Text Example

White with #390185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390185; }

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

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

background-color css

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

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

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

border-color css

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

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

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