Html Css Color HEX #391073 Persian Indigo

📋 copy color: '#391073'

red 57 ◦ green 16 ◦ blue 115

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

Shades of Persian Indigo #391073

Tints of Persian Indigo #391073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 61.17%

R = 30.32%
G = 8.51%
B = 61.17%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#391073 (or 0x391073) is known color: Persian Indigo. HEX triplet: 39, 10 and 73. RGB value is (57,16,115). Sum of RGB (Red+Green+Blue) = 57+16+115=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #391073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391073 is #C6EF8C. Grayscale: #272727. Windows color (decimal): -13037453 or 7540793. OLE color: 7540793.

HSL color Cylindrical-coordinate representation of color #391073: hue angle of 264.85º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391073 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 16 115 -
CMYK 0.50 0.86 0 0.55
HSL 264.85º 0.76% 0.26% -
HSV(B) 264.85º 0.86% 0.45% -
XYZ 4.97 2.48 16.44 -
YUV 39.55 170.58 140.45 -
System Red Green Blue C M Y K H S L
Decimal 57 16 115 0.50 0.86 0 0.55 264.85 0.76 0.26
Hex 39 10 73 32 56 0 37 109 4C 1A
Octal 71 20 163 62 126 0 67 411 114 32
Binary 111001 10000 1110011 110010 1010110 0 110111 100001001 1001100 11010

Color Harmonies of #391073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391073

Black with #391073

Text Example


Text Example

White with #391073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391073; }

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

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

background-color css

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

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

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

border-color css

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

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

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