Html Css Color HEX #391290 Persian Indigo

📋 copy color: '#391290'

red 57 ◦ green 18 ◦ blue 144

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

Shades of Persian Indigo #391290

Tints of Persian Indigo #391290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.22%

 BLUE value IS 144 (56.64% from 255) = 65.75%

R = 26.03%
G = 8.22%
B = 65.75%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#391290 (or 0x391290) is known color: Persian Indigo. HEX triplet: 39, 12 and 90. RGB value is (57,18,144). Sum of RGB (Red+Green+Blue) = 57+18+144=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #391290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391290 is #C6ED6F. Grayscale: #2B2B2B. Windows color (decimal): -13036912 or 9441849. OLE color: 9441849.

HSL color Cylindrical-coordinate representation of color #391290: hue angle of 258.57º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #391290 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 18 144 -
CMYK 0.60 0.88 0 0.44
HSL 258.57º 0.78% 0.32% -
HSV(B) 258.57º 0.88% 0.56% -
XYZ 6.94 3.32 26.66 -
YUV 44.03 184.42 137.25 -
System Red Green Blue C M Y K H S L
Decimal 57 18 144 0.60 0.88 0 0.44 258.57 0.78 0.32
Hex 39 12 90 3C 58 0 2C 103 4E 20
Octal 71 22 220 74 130 0 54 403 116 40
Binary 111001 10010 10010000 111100 1011000 0 101100 100000011 1001110 100000

Color Harmonies of #391290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391290

Black with #391290

Text Example


Text Example

White with #391290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391290; }

 p { color: rgb(57,18,144); }

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

background-color css

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

 a { background-color: rgb(57,18,144); }

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

border-color css

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

 span { border-color: rgb(57,18,144); }

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