Html Css Color HEX #391279 Persian Indigo

📋 copy color: '#391279'

red 57 ◦ green 18 ◦ blue 121

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

Shades of Persian Indigo #391279

Tints of Persian Indigo #391279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

 BLUE value IS 121 (47.66% from 255) = 61.73%

R = 29.08%
G = 9.18%
B = 61.73%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#391279 (or 0x391279) is known color: Persian Indigo. HEX triplet: 39, 12 and 79. RGB value is (57,18,121). Sum of RGB (Red+Green+Blue) = 57+18+121=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 121 (47.66% from 255 or 61.73% from 196); Max value from RGB is 121 - color contains mainly: blue. Hex color #391279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391279 is #C6ED86. Grayscale: #292929. Windows color (decimal): -13036935 or 7934521. OLE color: 7934521.

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

Color convert

RGB 57 18 121 -
CMYK 0.53 0.85 0 0.53
HSL 262.72º 0.74% 0.27% -
HSV(B) 262.72º 0.85% 0.47% -
XYZ 5.35 2.68 18.32 -
YUV 41.4 172.92 139.12 -
System Red Green Blue C M Y K H S L
Decimal 57 18 121 0.53 0.85 0 0.53 262.72 0.74 0.27
Hex 39 12 79 35 55 0 35 107 4A 1B
Octal 71 22 171 65 125 0 65 407 112 33
Binary 111001 10010 1111001 110101 1010101 0 110101 100000111 1001010 11011

Color Harmonies of #391279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391279

Black with #391279

Text Example


Text Example

White with #391279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391279; }

 p { color: rgb(57,18,121); }

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

background-color css

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

 a { background-color: rgb(57,18,121); }

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

border-color css

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

 span { border-color: rgb(57,18,121); }

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