Html Css Color HEX #391382 Persian Indigo

📋 copy color: '#391382'

red 57 ◦ green 19 ◦ blue 130

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

Shades of Persian Indigo #391382

Tints of Persian Indigo #391382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.22%

 BLUE value IS 130 (51.17% from 255) = 63.11%

R = 27.67%
G = 9.22%
B = 63.11%

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

#391382 (or 0x391382) is known color: Persian Indigo. HEX triplet: 39, 13 and 82. RGB value is (57,19,130). Sum of RGB (Red+Green+Blue) = 57+19+130=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #391382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391382 is #C6EC7D. Grayscale: #2A2A2A. Windows color (decimal): -13036670 or 8524601. OLE color: 8524601.

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

Color convert

RGB 57 19 130 -
CMYK 0.56 0.85 0 0.49
HSL 260.54º 0.74% 0.29% -
HSV(B) 260.54º 0.85% 0.51% -
XYZ 5.95 2.95 21.37 -
YUV 43.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 57 19 130 0.56 0.85 0 0.49 260.54 0.74 0.29
Hex 39 13 82 38 55 0 31 105 4A 1D
Octal 71 23 202 70 125 0 61 405 112 35
Binary 111001 10011 10000010 111000 1010101 0 110001 100000101 1001010 11101

Color Harmonies of #391382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391382

Black with #391382

Text Example


Text Example

White with #391382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391382; }

 p { color: rgb(57,19,130); }

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

background-color css

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

 a { background-color: rgb(57,19,130); }

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

border-color css

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

 span { border-color: rgb(57,19,130); }

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