Html Css Color HEX #391484 Persian Indigo

📋 copy color: '#391484'

red 57 ◦ green 20 ◦ blue 132

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

Shades of Persian Indigo #391484

Tints of Persian Indigo #391484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 63.16%

R = 27.27%
G = 9.57%
B = 63.16%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#391484 (or 0x391484) is known color: Persian Indigo. HEX triplet: 39, 14 and 84. RGB value is (57,20,132). Sum of RGB (Red+Green+Blue) = 57+20+132=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #391484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391484 is #C6EB7B. Grayscale: #2B2B2B. Windows color (decimal): -13036412 or 8655929. OLE color: 8655929.

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

Color convert

RGB 57 20 132 -
CMYK 0.57 0.85 0 0.48
HSL 259.82º 0.74% 0.3% -
HSV(B) 259.82º 0.85% 0.52% -
XYZ 6.1 3.04 22.09 -
YUV 43.83 177.76 137.39 -
System Red Green Blue C M Y K H S L
Decimal 57 20 132 0.57 0.85 0 0.48 259.82 0.74 0.3
Hex 39 14 84 39 55 0 30 104 4A 1E
Octal 71 24 204 71 125 0 60 404 112 36
Binary 111001 10100 10000100 111001 1010101 0 110000 100000100 1001010 11110

Color Harmonies of #391484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391484

Black with #391484

Text Example


Text Example

White with #391484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391484; }

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

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

background-color css

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

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

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

border-color css

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

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

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