Html Css Color HEX #391483 Persian Indigo

📋 copy color: '#391483'

red 57 ◦ green 20 ◦ blue 131

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

Shades of Persian Indigo #391483

Tints of Persian Indigo #391483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.62%

 BLUE value IS 131 (51.56% from 255) = 62.98%

R = 27.4%
G = 9.62%
B = 62.98%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#391483 (or 0x391483) is known color: Persian Indigo. HEX triplet: 39, 14 and 83. RGB value is (57,20,131). Sum of RGB (Red+Green+Blue) = 57+20+131=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 131 (51.56% from 255 or 62.98% from 208); Max value from RGB is 131 - color contains mainly: blue. Hex color #391483 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391483 is #C6EB7C. Grayscale: #2B2B2B. Windows color (decimal): -13036413 or 8590393. OLE color: 8590393.

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

Color convert

RGB 57 20 131 -
CMYK 0.56 0.85 0 0.49
HSL 260º 0.74% 0.3% -
HSV(B) 260º 0.85% 0.51% -
XYZ 6.03 3.01 21.74 -
YUV 43.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 57 20 131 0.56 0.85 0 0.49 260 0.74 0.3
Hex 39 14 83 38 55 0 31 104 4A 1E
Octal 71 24 203 70 125 0 61 404 112 36
Binary 111001 10100 10000011 111000 1010101 0 110001 100000100 1001010 11110

Color Harmonies of #391483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391483

Black with #391483

Text Example


Text Example

White with #391483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391483; }

 p { color: rgb(57,20,131); }

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

background-color css

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

 a { background-color: rgb(57,20,131); }

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

border-color css

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

 span { border-color: rgb(57,20,131); }

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