Html Css Color HEX #372FDE Han Purple

📋 copy color: '#372FDE'

red 55 ◦ green 47 ◦ blue 222

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

Shades of Han Purple #372FDE

Tints of Han Purple #372FDE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.51%

 BLUE value IS 222 (87.11% from 255) = 68.52%

R = 16.98%
G = 14.51%
B = 68.52%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#372FDE (or 0x372FDE) is known color: Han Purple. HEX triplet: 37, 2F and DE. RGB value is (55,47,222). Sum of RGB (Red+Green+Blue) = 55+47+222=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #372FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372FDE is #C8D021. Grayscale: #444444. Windows color (decimal): -13160482 or 14561079. OLE color: 14561079.

HSL color Cylindrical-coordinate representation of color #372FDE: hue angle of 242.74º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #372FDE is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 47 222 -
CMYK 0.75 0.79 0 0.13
HSL 242.74º 0.73% 0.53% -
HSV(B) 242.74º 0.79% 0.87% -
XYZ 15.78 8.12 69.84 -
YUV 69.34 214.15 117.77 -
System Red Green Blue C M Y K H S L
Decimal 55 47 222 0.75 0.79 0 0.13 242.74 0.73 0.53
Hex 37 2F DE 4B 4F 0 D F3 49 35
Octal 67 57 336 113 117 0 15 363 111 65
Binary 110111 101111 11011110 1001011 1001111 0 1101 11110011 1001001 110101

Color Harmonies of #372FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372FDE

Black with #372FDE

Text Example


Text Example

White with #372FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372FDE; }

 p { color: rgb(55,47,222); }

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

background-color css

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

 a { background-color: rgb(55,47,222); }

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

border-color css

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

 span { border-color: rgb(55,47,222); }

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