Html Css Color HEX #371682 Persian Indigo

📋 copy color: '#371682'

red 55 ◦ green 22 ◦ blue 130

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

Shades of Persian Indigo #371682

Tints of Persian Indigo #371682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.63%

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

R = 26.57%
G = 10.63%
B = 62.8%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#371682 (or 0x371682) is known color: Persian Indigo. HEX triplet: 37, 16 and 82. RGB value is (55,22,130). Sum of RGB (Red+Green+Blue) = 55+22+130=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #371682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371682 is #C8E97D. Grayscale: #2B2B2B. Windows color (decimal): -13166974 or 8525367. OLE color: 8525367.

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

Color convert

RGB 55 22 130 -
CMYK 0.58 0.83 0 0.49
HSL 258.33º 0.71% 0.3% -
HSV(B) 258.33º 0.83% 0.51% -
XYZ 5.89 3 21.39 -
YUV 44.18 176.43 135.72 -
System Red Green Blue C M Y K H S L
Decimal 55 22 130 0.58 0.83 0 0.49 258.33 0.71 0.3
Hex 37 16 82 3A 53 0 31 102 47 1E
Octal 67 26 202 72 123 0 61 402 107 36
Binary 110111 10110 10000010 111010 1010011 0 110001 100000010 1000111 11110

Color Harmonies of #371682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371682

Black with #371682

Text Example


Text Example

White with #371682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371682; }

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

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

background-color css

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

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

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

border-color css

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

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

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