Html Css Color HEX #391585 Persian Indigo

📋 copy color: '#391585'

red 57 ◦ green 21 ◦ blue 133

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

Shades of Persian Indigo #391585

Tints of Persian Indigo #391585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.95%

 BLUE value IS 133 (52.34% from 255) = 63.03%

R = 27.01%
G = 9.95%
B = 63.03%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#391585 (or 0x391585) is known color: Persian Indigo. HEX triplet: 39, 15 and 85. RGB value is (57,21,133). Sum of RGB (Red+Green+Blue) = 57+21+133=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #391585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391585 is #C6EA7A. Grayscale: #2C2C2C. Windows color (decimal): -13036155 or 8721721. OLE color: 8721721.

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

Color convert

RGB 57 21 133 -
CMYK 0.57 0.84 0 0.48
HSL 259.29º 0.73% 0.3% -
HSV(B) 259.29º 0.84% 0.52% -
XYZ 6.19 3.1 22.46 -
YUV 44.53 177.93 136.89 -
System Red Green Blue C M Y K H S L
Decimal 57 21 133 0.57 0.84 0 0.48 259.29 0.73 0.3
Hex 39 15 85 39 54 0 30 103 49 1E
Octal 71 25 205 71 124 0 60 403 111 36
Binary 111001 10101 10000101 111001 1010100 0 110000 100000011 1001001 11110

Color Harmonies of #391585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391585

Black with #391585

Text Example


Text Example

White with #391585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391585; }

 p { color: rgb(57,21,133); }

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

background-color css

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

 a { background-color: rgb(57,21,133); }

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

border-color css

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

 span { border-color: rgb(57,21,133); }

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