Html Css Color HEX #391081 Persian Indigo

📋 copy color: '#391081'

red 57 ◦ green 16 ◦ blue 129

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

Shades of Persian Indigo #391081

Tints of Persian Indigo #391081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.92%

 BLUE value IS 129 (50.78% from 255) = 63.86%

R = 28.22%
G = 7.92%
B = 63.86%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#391081 (or 0x391081) is known color: Persian Indigo. HEX triplet: 39, 10 and 81. RGB value is (57,16,129). Sum of RGB (Red+Green+Blue) = 57+16+129=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 129 (50.78% from 255 or 63.86% from 202); Max value from RGB is 129 - color contains mainly: blue. Hex color #391081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391081 is #C6EF7E. Grayscale: #282828. Windows color (decimal): -13037439 or 8458297. OLE color: 8458297.

HSL color Cylindrical-coordinate representation of color #391081: hue angle of 261.77º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #391081 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 16 129 -
CMYK 0.56 0.88 0 0.49
HSL 261.77º 0.78% 0.28% -
HSV(B) 261.77º 0.88% 0.51% -
XYZ 5.84 2.83 21.01 -
YUV 41.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 57 16 129 0.56 0.88 0 0.49 261.77 0.78 0.28
Hex 39 10 81 38 58 0 31 106 4E 1C
Octal 71 20 201 70 130 0 61 406 116 34
Binary 111001 10000 10000001 111000 1011000 0 110001 100000110 1001110 11100

Color Harmonies of #391081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391081

Black with #391081

Text Example


Text Example

White with #391081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391081; }

 p { color: rgb(57,16,129); }

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

background-color css

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

 a { background-color: rgb(57,16,129); }

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

border-color css

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

 span { border-color: rgb(57,16,129); }

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