Html Css Color HEX #390285 Indigo

📋 copy color: '#390285'

red 57 ◦ green 2 ◦ blue 133

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

Shades of Indigo #390285

Tints of Indigo #390285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

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

R = 29.69%
G = 1.04%
B = 69.27%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#390285 (or 0x390285) is known color: Indigo. HEX triplet: 39, 02 and 85. RGB value is (57,2,133). Sum of RGB (Red+Green+Blue) = 57+2+133=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 133 (52.34% from 255 or 69.27% from 192); Max value from RGB is 133 - color contains mainly: blue. Hex color #390285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390285 is #C6FD7A. Grayscale: #202020. Windows color (decimal): -13041019 or 8716857. OLE color: 8716857.

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

Color convert

RGB 57 2 133 -
CMYK 0.57 0.98 0 0.48
HSL 265.19º 0.97% 0.26% -
HSV(B) 265.19º 0.98% 0.52% -
XYZ 5.94 2.61 22.38 -
YUV 33.38 184.22 144.85 -
System Red Green Blue C M Y K H S L
Decimal 57 2 133 0.57 0.98 0 0.48 265.19 0.97 0.26
Hex 39 2 85 39 62 0 30 109 61 1A
Octal 71 2 205 71 142 0 60 411 141 32
Binary 111001 10 10000101 111001 1100010 0 110000 100001001 1100001 11010

Color Harmonies of #390285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390285

Black with #390285

Text Example


Text Example

White with #390285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390285; }

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

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

background-color css

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

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

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

border-color css

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

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

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