Html Css Color HEX #391378 Persian Indigo

📋 copy color: '#391378'

red 57 ◦ green 19 ◦ blue 120

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

Shades of Persian Indigo #391378

Tints of Persian Indigo #391378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.69%

 BLUE value IS 120 (47.27% from 255) = 61.22%

R = 29.08%
G = 9.69%
B = 61.22%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#391378 (or 0x391378) is known color: Persian Indigo. HEX triplet: 39, 13 and 78. RGB value is (57,19,120). Sum of RGB (Red+Green+Blue) = 57+19+120=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #391378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391378 is #C6EC87. Grayscale: #292929. Windows color (decimal): -13036680 or 7869241. OLE color: 7869241.

HSL color Cylindrical-coordinate representation of color #391378: hue angle of 262.57º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #391378 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 19 120 -
CMYK 0.52 0.84 0 0.53
HSL 262.57º 0.73% 0.27% -
HSV(B) 262.57º 0.84% 0.47% -
XYZ 5.31 2.69 18.01 -
YUV 41.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 57 19 120 0.52 0.84 0 0.53 262.57 0.73 0.27
Hex 39 13 78 34 54 0 35 107 49 1B
Octal 71 23 170 64 124 0 65 407 111 33
Binary 111001 10011 1111000 110100 1010100 0 110101 100000111 1001001 11011

Color Harmonies of #391378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391378

Black with #391378

Text Example


Text Example

White with #391378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391378; }

 p { color: rgb(57,19,120); }

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

background-color css

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

 a { background-color: rgb(57,19,120); }

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

border-color css

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

 span { border-color: rgb(57,19,120); }

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