Html Css Color HEX #391B99 Persian Indigo

📋 copy color: '#391B99'

red 57 ◦ green 27 ◦ blue 153

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

Shades of Persian Indigo #391B99

Tints of Persian Indigo #391B99

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.39%

 BLUE value IS 153 (60.16% from 255) = 64.56%

R = 24.05%
G = 11.39%
B = 64.56%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#391B99 (or 0x391B99) is known color: Persian Indigo. HEX triplet: 39, 1B and 99. RGB value is (57,27,153). Sum of RGB (Red+Green+Blue) = 57+27+153=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #391B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391B99 is #C6E466. Grayscale: #313131. Windows color (decimal): -13034599 or 10033977. OLE color: 10033977.

HSL color Cylindrical-coordinate representation of color #391B99: hue angle of 254.29º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #391B99 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 27 153 -
CMYK 0.63 0.82 0 0.4
HSL 254.29º 0.7% 0.35% -
HSV(B) 254.29º 0.82% 0.6% -
XYZ 7.83 3.95 30.49 -
YUV 50.33 185.94 132.75 -
System Red Green Blue C M Y K H S L
Decimal 57 27 153 0.63 0.82 0 0.4 254.29 0.7 0.35
Hex 39 1B 99 3F 52 0 28 FE 46 23
Octal 71 33 231 77 122 0 50 376 106 43
Binary 111001 11011 10011001 111111 1010010 0 101000 11111110 1000110 100011

Color Harmonies of #391B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391B99

Black with #391B99

Text Example


Text Example

White with #391B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,27,153); }

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

background-color css

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

 a { background-color: rgb(57,27,153); }

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

border-color css

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

 span { border-color: rgb(57,27,153); }

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