#371ccf

Color #371CCF Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #371CCF

Tints of Han Purple #371CCF

Color information

#371CCF (or 0x371CCF) is unknown color: approx Han Purple. HEX triplet: 37, 1C and CF. RGB value is (55,28,207). Sum of RGB (Red+Green+Blue) = 55+28+207=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #371CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371CCF is #C8E330. Grayscale: #373737. Windows color (decimal): -13165361 or 13573175. OLE color: 13573175.

HSL color Cylindrical-coordinate representation of color #371CCF: hue angle of 249.05º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371CCF is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5528207-
CMYK0.730.8600.19
HSL249.05º76.17%46.08%-
HSV(B)249.05º86.47%81.18%-
XYZ13.256.1559.52-
YUV56.48212.95126.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 28 (11.33% from 255) = 9.66%
BLUE value IS 207 (81.25% from 255) = 71.38%
R=18.97%
G=9.66%
B=71.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal55282070.730.8600.19249.0576.1746.08
Hex371CCF4956013f94c2e
Octal673431711112602337111456
Binary110111111001100111110010011010110010011111110011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371ccf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371ccf; }

 p { color: rgb(55,28,207); }

 H1.HeaderClassName
 {
   color: #371ccf;
 }
 .AnyTagClassName
 {
   color: #371ccf;
 }
</style>
background-color css

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

 a { background-color: rgb(55,28,207); }

 div.DivClassName
 {
   background-color: #371ccf;
 }
 .BgClassName
 {
   background-color: #371ccf;
 }
</style>
border-color css

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

 span { border-color: rgb(55,28,207); }

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