Html Css Color HEX #371283 Persian Indigo

📋 copy color: '#371283'

red 55 ◦ green 18 ◦ blue 131

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

Shades of Persian Indigo #371283

Tints of Persian Indigo #371283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.82%

 BLUE value IS 131 (51.56% from 255) = 64.22%

R = 26.96%
G = 8.82%
B = 64.22%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#371283 (or 0x371283) is known color: Persian Indigo. HEX triplet: 37, 12 and 83. RGB value is (55,18,131). Sum of RGB (Red+Green+Blue) = 55+18+131=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 131 (51.56% from 255 or 64.22% from 204); Max value from RGB is 131 - color contains mainly: blue. Hex color #371283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371283 is #C8ED7C. Grayscale: #292929. Windows color (decimal): -13167997 or 8589879. OLE color: 8589879.

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

Color convert

RGB 55 18 131 -
CMYK 0.58 0.86 0 0.49
HSL 259.65º 0.76% 0.29% -
HSV(B) 259.65º 0.86% 0.51% -
XYZ 5.89 2.88 21.72 -
YUV 41.95 178.26 137.31 -
System Red Green Blue C M Y K H S L
Decimal 55 18 131 0.58 0.86 0 0.49 259.65 0.76 0.29
Hex 37 12 83 3A 56 0 31 104 4C 1D
Octal 67 22 203 72 126 0 61 404 114 35
Binary 110111 10010 10000011 111010 1010110 0 110001 100000100 1001100 11101

Color Harmonies of #371283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371283

Black with #371283

Text Example


Text Example

White with #371283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371283; }

 p { color: rgb(55,18,131); }

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

background-color css

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

 a { background-color: rgb(55,18,131); }

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

border-color css

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

 span { border-color: rgb(55,18,131); }

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