Html Css Color HEX #371779 Persian Indigo

📋 copy color: '#371779'

red 55 ◦ green 23 ◦ blue 121

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

Shades of Persian Indigo #371779

Tints of Persian Indigo #371779

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.56%

 BLUE value IS 121 (47.66% from 255) = 60.8%

R = 27.64%
G = 11.56%
B = 60.8%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#371779 (or 0x371779) is known color: Persian Indigo. HEX triplet: 37, 17 and 79. RGB value is (55,23,121). Sum of RGB (Red+Green+Blue) = 55+23+121=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #371779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371779 is #C8E886. Grayscale: #2B2B2B. Windows color (decimal): -13166727 or 7935799. OLE color: 7935799.

HSL color Cylindrical-coordinate representation of color #371779: hue angle of 259.59º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #371779 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 23 121 -
CMYK 0.55 0.81 0 0.53
HSL 259.59º 0.68% 0.28% -
HSV(B) 259.59º 0.81% 0.47% -
XYZ 5.33 2.81 18.35 -
YUV 43.74 171.6 136.03 -
System Red Green Blue C M Y K H S L
Decimal 55 23 121 0.55 0.81 0 0.53 259.59 0.68 0.28
Hex 37 17 79 37 51 0 35 104 44 1C
Octal 67 27 171 67 121 0 65 404 104 34
Binary 110111 10111 1111001 110111 1010001 0 110101 100000100 1000100 11100

Color Harmonies of #371779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371779

Black with #371779

Text Example


Text Example

White with #371779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371779; }

 p { color: rgb(55,23,121); }

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

background-color css

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

 a { background-color: rgb(55,23,121); }

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

border-color css

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

 span { border-color: rgb(55,23,121); }

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