Html Css Color HEX #391E8C Persian Indigo

📋 copy color: '#391E8C'

red 57 ◦ green 30 ◦ blue 140

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

Shades of Persian Indigo #391E8C

Tints of Persian Indigo #391E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.67%

R = 25.11%
G = 13.22%
B = 61.67%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#391E8C (or 0x391E8C) is known color: Persian Indigo. HEX triplet: 39, 1E and 8C. RGB value is (57,30,140). Sum of RGB (Red+Green+Blue) = 57+30+140=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #391E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391E8C is #C6E173. Grayscale: #323232. Windows color (decimal): -13033844 or 9182777. OLE color: 9182777.

HSL color Cylindrical-coordinate representation of color #391E8C: hue angle of 254.73º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #391E8C is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 30 140 -
CMYK 0.59 0.79 0 0.45
HSL 254.73º 0.65% 0.33% -
HSV(B) 254.73º 0.79% 0.55% -
XYZ 6.89 3.69 25.16 -
YUV 50.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 57 30 140 0.59 0.79 0 0.45 254.73 0.65 0.33
Hex 39 1E 8C 3B 4F 0 2D FF 41 21
Octal 71 36 214 73 117 0 55 377 101 41
Binary 111001 11110 10001100 111011 1001111 0 101101 11111111 1000001 100001

Color Harmonies of #391E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391E8C

Black with #391E8C

Text Example


Text Example

White with #391E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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