Html Css Color HEX #391495 Persian Indigo

📋 copy color: '#391495'

red 57 ◦ green 20 ◦ blue 149

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

Shades of Persian Indigo #391495

Tints of Persian Indigo #391495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.85%

 BLUE value IS 149 (58.59% from 255) = 65.93%

R = 25.22%
G = 8.85%
B = 65.93%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#391495 (or 0x391495) is known color: Persian Indigo. HEX triplet: 39, 14 and 95. RGB value is (57,20,149). Sum of RGB (Red+Green+Blue) = 57+20+149=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #391495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391495 is #C6EB6A. Grayscale: #2D2D2D. Windows color (decimal): -13036395 or 9770041. OLE color: 9770041.

HSL color Cylindrical-coordinate representation of color #391495: hue angle of 257.21º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #391495 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 20 149 -
CMYK 0.62 0.87 0 0.42
HSL 257.21º 0.76% 0.33% -
HSV(B) 257.21º 0.87% 0.58% -
XYZ 7.36 3.54 28.73 -
YUV 45.77 186.26 136.01 -
System Red Green Blue C M Y K H S L
Decimal 57 20 149 0.62 0.87 0 0.42 257.21 0.76 0.33
Hex 39 14 95 3E 57 0 2A 101 4C 21
Octal 71 24 225 76 127 0 52 401 114 41
Binary 111001 10100 10010101 111110 1010111 0 101010 100000001 1001100 100001

Color Harmonies of #391495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391495

Black with #391495

Text Example


Text Example

White with #391495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391495; }

 p { color: rgb(57,20,149); }

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

background-color css

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

 a { background-color: rgb(57,20,149); }

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

border-color css

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

 span { border-color: rgb(57,20,149); }

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