Html Css Color HEX #390298 Indigo

📋 copy color: '#390298'

red 57 ◦ green 2 ◦ blue 152

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

Shades of Indigo #390298

Tints of Indigo #390298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 72.04%

R = 27.01%
G = 0.95%
B = 72.04%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#390298 (or 0x390298) is known color: Indigo. HEX triplet: 39, 02 and 98. RGB value is (57,2,152). Sum of RGB (Red+Green+Blue) = 57+2+152=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 152 (59.77% from 255 or 72.04% from 211); Max value from RGB is 152 - color contains mainly: blue. Hex color #390298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390298 is #C6FD67. Grayscale: #232323. Windows color (decimal): -13041000 or 9962041. OLE color: 9962041.

HSL color Cylindrical-coordinate representation of color #390298: hue angle of 262º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390298 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 57 2 152 -
CMYK 0.62 0.99 0 0.40
HSL 262º 0.97% 0.3% -
HSV(B) 262º 0.99% 0.6% -
XYZ 7.38 3.18 29.93 -
YUV 35.55 193.72 143.3 -
System Red Green Blue C M Y K H S L
Decimal 57 2 152 0.62 0.99 0 0.40 262 0.97 0.3
Hex 39 2 98 3E 63 0 28 106 61 1E
Octal 71 2 230 76 143 0 50 406 141 36
Binary 111001 10 10011000 111110 1100011 0 101000 100000110 1100001 11110

Color Harmonies of #390298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390298

Black with #390298

Text Example


Text Example

White with #390298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390298; }

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

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

background-color css

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

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

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

border-color css

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

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

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