Html Css Color HEX #371ADB Han Purple

📋 copy color: '#371ADB'

red 55 ◦ green 26 ◦ blue 219

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

Shades of Han Purple #371ADB

Tints of Han Purple #371ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73%

R = 18.33%
G = 8.67%
B = 73%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#371ADB (or 0x371ADB) is known color: Han Purple. HEX triplet: 37, 1A and DB. RGB value is (55,26,219). Sum of RGB (Red+Green+Blue) = 55+26+219=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #371ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371ADB is #C8E524. Grayscale: #373737. Windows color (decimal): -13165861 or 14359095. OLE color: 14359095.

HSL color Cylindrical-coordinate representation of color #371ADB: hue angle of 249.02º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371ADB is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 26 219 -
CMYK 0.75 0.88 0 0.14
HSL 249.02º 0.79% 0.48% -
HSV(B) 249.02º 0.88% 0.86% -
XYZ 14.73 6.67 67.53 -
YUV 56.67 219.61 126.81 -
System Red Green Blue C M Y K H S L
Decimal 55 26 219 0.75 0.88 0 0.14 249.02 0.79 0.48
Hex 37 1A DB 4B 58 0 E F9 4F 30
Octal 67 32 333 113 130 0 16 371 117 60
Binary 110111 11010 11011011 1001011 1011000 0 1110 11111001 1001111 110000

Color Harmonies of #371ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371ADB

Black with #371ADB

Text Example


Text Example

White with #371ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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