Html Css Color HEX #391082 Persian Indigo

📋 copy color: '#391082'

red 57 ◦ green 16 ◦ blue 130

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

Shades of Persian Indigo #391082

Tints of Persian Indigo #391082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

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

R = 28.08%
G = 7.88%
B = 64.04%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#391082 (or 0x391082) is known color: Persian Indigo. HEX triplet: 39, 10 and 82. RGB value is (57,16,130). Sum of RGB (Red+Green+Blue) = 57+16+130=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #391082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391082 is #C6EF7D. Grayscale: #282828. Windows color (decimal): -13037438 or 8523833. OLE color: 8523833.

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

Color convert

RGB 57 16 130 -
CMYK 0.56 0.88 0 0.49
HSL 261.58º 0.78% 0.29% -
HSV(B) 261.58º 0.88% 0.51% -
XYZ 5.9 2.85 21.36 -
YUV 41.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 57 16 130 0.56 0.88 0 0.49 261.58 0.78 0.29
Hex 39 10 82 38 58 0 31 106 4E 1D
Octal 71 20 202 70 130 0 61 406 116 35
Binary 111001 10000 10000010 111000 1011000 0 110001 100000110 1001110 11101

Color Harmonies of #391082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391082

Black with #391082

Text Example


Text Example

White with #391082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391082; }

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

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

background-color css

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

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

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

border-color css

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

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

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