Html Css Color HEX #391E85 Persian Indigo

📋 copy color: '#391E85'

red 57 ◦ green 30 ◦ blue 133

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

Shades of Persian Indigo #391E85

Tints of Persian Indigo #391E85

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.64%

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

R = 25.91%
G = 13.64%
B = 60.45%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#391E85 (or 0x391E85) is known color: Persian Indigo. HEX triplet: 39, 1E and 85. RGB value is (57,30,133). Sum of RGB (Red+Green+Blue) = 57+30+133=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #391E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391E85 is #C6E17A. Grayscale: #313131. Windows color (decimal): -13033851 or 8724025. OLE color: 8724025.

HSL color Cylindrical-coordinate representation of color #391E85: hue angle of 255.73º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #391E85 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 30 133 -
CMYK 0.57 0.77 0 0.48
HSL 255.73º 0.63% 0.32% -
HSV(B) 255.73º 0.77% 0.52% -
XYZ 6.39 3.49 22.53 -
YUV 49.82 174.95 133.12 -
System Red Green Blue C M Y K H S L
Decimal 57 30 133 0.57 0.77 0 0.48 255.73 0.63 0.32
Hex 39 1E 85 39 4D 0 30 100 3F 20
Octal 71 36 205 71 115 0 60 400 77 40
Binary 111001 11110 10000101 111001 1001101 0 110000 100000000 111111 100000

Color Harmonies of #391E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391E85

Black with #391E85

Text Example


Text Example

White with #391E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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