Html Css Color HEX #371281 Persian Indigo

📋 copy color: '#371281'

red 55 ◦ green 18 ◦ blue 129

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

Shades of Persian Indigo #371281

Tints of Persian Indigo #371281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 63.86%

R = 27.23%
G = 8.91%
B = 63.86%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#371281 (or 0x371281) is known color: Persian Indigo. HEX triplet: 37, 12 and 81. RGB value is (55,18,129). Sum of RGB (Red+Green+Blue) = 55+18+129=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 129 (50.78% from 255 or 63.86% from 202); Max value from RGB is 129 - color contains mainly: blue. Hex color #371281 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371281 is #C8ED7E. Grayscale: #292929. Windows color (decimal): -13167999 or 8458807. OLE color: 8458807.

HSL color Cylindrical-coordinate representation of color #371281: hue angle of 260º 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 #371281 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 18 129 -
CMYK 0.57 0.86 0 0.49
HSL 260º 0.76% 0.29% -
HSV(B) 260º 0.86% 0.51% -
XYZ 5.75 2.83 21.01 -
YUV 41.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 55 18 129 0.57 0.86 0 0.49 260 0.76 0.29
Hex 37 12 81 39 56 0 31 104 4C 1D
Octal 67 22 201 71 126 0 61 404 114 35
Binary 110111 10010 10000001 111001 1010110 0 110001 100000100 1001100 11101

Color Harmonies of #371281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371281

Black with #371281

Text Example


Text Example

White with #371281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371281; }

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

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

background-color css

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

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

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

border-color css

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

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

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