Html Css Color HEX #371484 Persian Indigo

📋 copy color: '#371484'

red 55 ◦ green 20 ◦ blue 132

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

Shades of Persian Indigo #371484

Tints of Persian Indigo #371484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 63.77%

R = 26.57%
G = 9.66%
B = 63.77%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#371484 (or 0x371484) is known color: Persian Indigo. HEX triplet: 37, 14 and 84. RGB value is (55,20,132). Sum of RGB (Red+Green+Blue) = 55+20+132=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 132 (51.95% from 255 or 63.77% from 207); Max value from RGB is 132 - color contains mainly: blue. Hex color #371484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371484 is #C8EB7B. Grayscale: #2A2A2A. Windows color (decimal): -13167484 or 8655927. OLE color: 8655927.

HSL color Cylindrical-coordinate representation of color #371484: hue angle of 258.75º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371484 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 20 132 -
CMYK 0.58 0.85 0 0.48
HSL 258.75º 0.74% 0.3% -
HSV(B) 258.75º 0.85% 0.52% -
XYZ 5.99 2.98 22.09 -
YUV 43.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 55 20 132 0.58 0.85 0 0.48 258.75 0.74 0.3
Hex 37 14 84 3A 55 0 30 103 4A 1E
Octal 67 24 204 72 125 0 60 403 112 36
Binary 110111 10100 10000100 111010 1010101 0 110000 100000011 1001010 11110

Color Harmonies of #371484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371484

Black with #371484

Text Example


Text Example

White with #371484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371484; }

 p { color: rgb(55,20,132); }

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

background-color css

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

 a { background-color: rgb(55,20,132); }

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

border-color css

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

 span { border-color: rgb(55,20,132); }

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