Html Css Color HEX #371593 Persian Indigo

📋 copy color: '#371593'

red 55 ◦ green 21 ◦ blue 147

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

Shades of Persian Indigo #371593

Tints of Persian Indigo #371593

RGB

 RED value IS 55 (21.88% from 255) = 24.66%

 GREEN value IS 21 (8.59% from 255) = 9.42%

 BLUE value IS 147 (57.81% from 255) = 65.92%

R = 24.66%
G = 9.42%
B = 65.92%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#371593 (or 0x371593) is known color: Persian Indigo. HEX triplet: 37, 15 and 93. RGB value is (55,21,147). Sum of RGB (Red+Green+Blue) = 55+21+147=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #371593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371593 is #C8EA6C. Grayscale: #2D2D2D. Windows color (decimal): -13167213 or 9639223. OLE color: 9639223.

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

Color convert

RGB 55 21 147 -
CMYK 0.63 0.86 0 0.42
HSL 256.19º 0.75% 0.33% -
HSV(B) 256.19º 0.86% 0.58% -
XYZ 7.11 3.46 27.9 -
YUV 45.53 185.26 134.75 -
System Red Green Blue C M Y K H S L
Decimal 55 21 147 0.63 0.86 0 0.42 256.19 0.75 0.33
Hex 37 15 93 3F 56 0 2A 100 4B 21
Octal 67 25 223 77 126 0 52 400 113 41
Binary 110111 10101 10010011 111111 1010110 0 101010 100000000 1001011 100001

Color Harmonies of #371593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371593

Black with #371593

Text Example


Text Example

White with #371593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371593; }

 p { color: rgb(55,21,147); }

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

background-color css

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

 a { background-color: rgb(55,21,147); }

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

border-color css

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

 span { border-color: rgb(55,21,147); }

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