Html Css Color HEX #391485 Persian Indigo

📋 copy color: '#391485'

red 57 ◦ green 20 ◦ blue 133

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

Shades of Persian Indigo #391485

Tints of Persian Indigo #391485

RGB

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

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

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

R = 27.14%
G = 9.52%
B = 63.33%

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

#391485 (or 0x391485) is known color: Persian Indigo. HEX triplet: 39, 14 and 85. RGB value is (57,20,133). Sum of RGB (Red+Green+Blue) = 57+20+133=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #391485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391485 is #C6EB7A. Grayscale: #2B2B2B. Windows color (decimal): -13036411 or 8721465. OLE color: 8721465.

HSL color Cylindrical-coordinate representation of color #391485: hue angle of 259.65º 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 #391485 is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 20 133 -
CMYK 0.57 0.85 0 0.48
HSL 259.65º 0.74% 0.3% -
HSV(B) 259.65º 0.85% 0.52% -
XYZ 6.17 3.06 22.46 -
YUV 43.95 178.26 137.31 -
System Red Green Blue C M Y K H S L
Decimal 57 20 133 0.57 0.85 0 0.48 259.65 0.74 0.3
Hex 39 14 85 39 55 0 30 104 4A 1E
Octal 71 24 205 71 125 0 60 404 112 36
Binary 111001 10100 10000101 111001 1010101 0 110000 100000100 1001010 11110

Color Harmonies of #391485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391485

Black with #391485

Text Example


Text Example

White with #391485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391485; }

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

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

background-color css

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

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

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

border-color css

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

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

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