Html Css Color HEX #371083 Persian Indigo

📋 copy color: '#371083'

red 55 ◦ green 16 ◦ blue 131

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

Shades of Persian Indigo #371083

Tints of Persian Indigo #371083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.92%

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

R = 27.23%
G = 7.92%
B = 64.85%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#371083 (or 0x371083) is known color: Persian Indigo. HEX triplet: 37, 10 and 83. RGB value is (55,16,131). Sum of RGB (Red+Green+Blue) = 55+16+131=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 131 (51.56% from 255 or 64.85% from 202); Max value from RGB is 131 - color contains mainly: blue. Hex color #371083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371083 is #C8EF7C. Grayscale: #282828. Windows color (decimal): -13168509 or 8589367. OLE color: 8589367.

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

Color convert

RGB 55 16 131 -
CMYK 0.58 0.88 0 0.49
HSL 260.35º 0.78% 0.29% -
HSV(B) 260.35º 0.88% 0.51% -
XYZ 5.86 2.82 21.71 -
YUV 40.77 178.92 138.15 -
System Red Green Blue C M Y K H S L
Decimal 55 16 131 0.58 0.88 0 0.49 260.35 0.78 0.29
Hex 37 10 83 3A 58 0 31 104 4E 1D
Octal 67 20 203 72 130 0 61 404 116 35
Binary 110111 10000 10000011 111010 1011000 0 110001 100000100 1001110 11101

Color Harmonies of #371083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371083

Black with #371083

Text Example


Text Example

White with #371083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371083; }

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

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

background-color css

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

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

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

border-color css

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

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

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