Html Css Color HEX #391482 Persian Indigo

📋 copy color: '#391482'

red 57 ◦ green 20 ◦ blue 130

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

Shades of Persian Indigo #391482

Tints of Persian Indigo #391482

RGB

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

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

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

R = 27.54%
G = 9.66%
B = 62.8%

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

#391482 (or 0x391482) is known color: Persian Indigo. HEX triplet: 39, 14 and 82. RGB value is (57,20,130). Sum of RGB (Red+Green+Blue) = 57+20+130=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #391482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391482 is #C6EB7D. Grayscale: #2B2B2B. Windows color (decimal): -13036414 or 8524857. OLE color: 8524857.

HSL color Cylindrical-coordinate representation of color #391482: hue angle of 260.18º degrees, saturation: 0.73, 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 #391482 is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 20 130 -
CMYK 0.56 0.85 0 0.49
HSL 260.18º 0.73% 0.29% -
HSV(B) 260.18º 0.85% 0.51% -
XYZ 5.97 2.98 21.38 -
YUV 43.6 176.76 137.56 -
System Red Green Blue C M Y K H S L
Decimal 57 20 130 0.56 0.85 0 0.49 260.18 0.73 0.29
Hex 39 14 82 38 55 0 31 104 49 1D
Octal 71 24 202 70 125 0 61 404 111 35
Binary 111001 10100 10000010 111000 1010101 0 110001 100000100 1001001 11101

Color Harmonies of #391482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391482

Black with #391482

Text Example


Text Example

White with #391482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391482; }

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

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

background-color css

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

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

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

border-color css

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

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

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