Html Css Color HEX #371ACF Han Purple

📋 copy color: '#371ACF'

red 55 ◦ green 26 ◦ blue 207

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

Shades of Han Purple #371ACF

Tints of Han Purple #371ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.03%

 BLUE value IS 207 (81.25% from 255) = 71.88%

R = 19.1%
G = 9.03%
B = 71.88%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#371ACF (or 0x371ACF) is known color: Han Purple. HEX triplet: 37, 1A and CF. RGB value is (55,26,207). Sum of RGB (Red+Green+Blue) = 55+26+207=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #371ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371ACF is #C8E530. Grayscale: #363636. Windows color (decimal): -13165873 or 13572663. OLE color: 13572663.

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

Color convert

RGB 55 26 207 -
CMYK 0.73 0.87 0 0.19
HSL 249.61º 0.78% 0.46% -
HSV(B) 249.61º 0.87% 0.81% -
XYZ 13.21 6.06 59.5 -
YUV 55.31 213.61 127.78 -
System Red Green Blue C M Y K H S L
Decimal 55 26 207 0.73 0.87 0 0.19 249.61 0.78 0.46
Hex 37 1A CF 49 57 0 13 FA 4E 2E
Octal 67 32 317 111 127 0 23 372 116 56
Binary 110111 11010 11001111 1001001 1010111 0 10011 11111010 1001110 101110

Color Harmonies of #371ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371ACF

Black with #371ACF

Text Example


Text Example

White with #371ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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