Html Css Color HEX #391271 Persian Indigo

📋 copy color: '#391271'

red 57 ◦ green 18 ◦ blue 113

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

Shades of Persian Indigo #391271

Tints of Persian Indigo #391271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 60.11%

R = 30.32%
G = 9.57%
B = 60.11%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#391271 (or 0x391271) is known color: Persian Indigo. HEX triplet: 39, 12 and 71. RGB value is (57,18,113). Sum of RGB (Red+Green+Blue) = 57+18+113=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 113 (44.53% from 255 or 60.11% from 188); Max value from RGB is 113 - color contains mainly: blue. Hex color #391271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391271 is #C6ED8E. Grayscale: #282828. Windows color (decimal): -13036943 or 7410233. OLE color: 7410233.

HSL color Cylindrical-coordinate representation of color #391271: hue angle of 264.63º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #391271 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 18 113 -
CMYK 0.50 0.84 0 0.56
HSL 264.63º 0.73% 0.26% -
HSV(B) 264.63º 0.84% 0.44% -
XYZ 4.88 2.49 15.85 -
YUV 40.49 168.92 139.78 -
System Red Green Blue C M Y K H S L
Decimal 57 18 113 0.50 0.84 0 0.56 264.63 0.73 0.26
Hex 39 12 71 32 54 0 38 109 49 1A
Octal 71 22 161 62 124 0 70 411 111 32
Binary 111001 10010 1110001 110010 1010100 0 111000 100001001 1001001 11010

Color Harmonies of #391271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391271

Black with #391271

Text Example


Text Example

White with #391271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391271; }

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

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

background-color css

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

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

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

border-color css

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

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

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