Html Css Color HEX #371482 Persian Indigo

📋 copy color: '#371482'

red 55 ◦ green 20 ◦ blue 130

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

Shades of Persian Indigo #371482

Tints of Persian Indigo #371482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 63.41%

R = 26.83%
G = 9.76%
B = 63.41%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#371482 (or 0x371482) is known color: Persian Indigo. HEX triplet: 37, 14 and 82. RGB value is (55,20,130). Sum of RGB (Red+Green+Blue) = 55+20+130=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #371482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371482 is #C8EB7D. Grayscale: #2A2A2A. Windows color (decimal): -13167486 or 8524855. OLE color: 8524855.

HSL color Cylindrical-coordinate representation of color #371482: hue angle of 259.09º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371482 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 20 130 -
CMYK 0.58 0.85 0 0.49
HSL 259.09º 0.73% 0.29% -
HSV(B) 259.09º 0.85% 0.51% -
XYZ 5.85 2.92 21.37 -
YUV 43.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 55 20 130 0.58 0.85 0 0.49 259.09 0.73 0.29
Hex 37 14 82 3A 55 0 31 103 49 1D
Octal 67 24 202 72 125 0 61 403 111 35
Binary 110111 10100 10000010 111010 1010101 0 110001 100000011 1001001 11101

Color Harmonies of #371482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371482

Black with #371482

Text Example


Text Example

White with #371482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371482; }

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

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

background-color css

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

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

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

border-color css

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

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

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