Html Css Color HEX #391A70 Persian Indigo

📋 copy color: '#391A70'

red 57 ◦ green 26 ◦ blue 112

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

Shades of Persian Indigo #391A70

Tints of Persian Indigo #391A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.33%

 BLUE value IS 112 (44.14% from 255) = 57.44%

R = 29.23%
G = 13.33%
B = 57.44%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#391A70 (or 0x391A70) is known color: Persian Indigo. HEX triplet: 39, 1A and 70. RGB value is (57,26,112). Sum of RGB (Red+Green+Blue) = 57+26+112=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #391A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391A70 is #C6E58F. Grayscale: #2C2C2C. Windows color (decimal): -13034896 or 7346745. OLE color: 7346745.

HSL color Cylindrical-coordinate representation of color #391A70: hue angle of 261.63º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #391A70 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 26 112 -
CMYK 0.49 0.77 0 0.56
HSL 261.63º 0.62% 0.27% -
HSV(B) 261.63º 0.77% 0.44% -
XYZ 4.98 2.78 15.6 -
YUV 45.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 57 26 112 0.49 0.77 0 0.56 261.63 0.62 0.27
Hex 39 1A 70 31 4D 0 38 106 3E 1B
Octal 71 32 160 61 115 0 70 406 76 33
Binary 111001 11010 1110000 110001 1001101 0 111000 100000110 111110 11011

Color Harmonies of #391A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391A70

Black with #391A70

Text Example


Text Example

White with #391A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,26,112); }

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

background-color css

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

 a { background-color: rgb(57,26,112); }

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

border-color css

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

 span { border-color: rgb(57,26,112); }

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