Html Css Color HEX #391C99 Persian Indigo

📋 copy color: '#391C99'

red 57 ◦ green 28 ◦ blue 153

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

Shades of Persian Indigo #391C99

Tints of Persian Indigo #391C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.76%

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

R = 23.95%
G = 11.76%
B = 64.29%

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

#391C99 (or 0x391C99) is known color: Persian Indigo. HEX triplet: 39, 1C and 99. RGB value is (57,28,153). Sum of RGB (Red+Green+Blue) = 57+28+153=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #391C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391C99 is #C6E366. Grayscale: #323232. Windows color (decimal): -13034343 or 10034233. OLE color: 10034233.

HSL color Cylindrical-coordinate representation of color #391C99: hue angle of 253.92º degrees, saturation: 0.69, 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 #391C99 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 28 153 -
CMYK 0.63 0.82 0 0.4
HSL 253.92º 0.69% 0.35% -
HSV(B) 253.92º 0.82% 0.6% -
XYZ 7.85 4 30.5 -
YUV 50.92 185.61 132.34 -
System Red Green Blue C M Y K H S L
Decimal 57 28 153 0.63 0.82 0 0.4 253.92 0.69 0.35
Hex 39 1C 99 3F 52 0 28 FE 45 23
Octal 71 34 231 77 122 0 50 376 105 43
Binary 111001 11100 10011001 111111 1010010 0 101000 11111110 1000101 100011

Color Harmonies of #391C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391C99

Black with #391C99

Text Example


Text Example

White with #391C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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