Html Css Color HEX #372AFB Han Purple

📋 copy color: '#372AFB'

red 55 ◦ green 42 ◦ blue 251

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

Shades of Han Purple #372AFB

Tints of Han Purple #372AFB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.07%

 BLUE value IS 251 (98.44% from 255) = 72.13%

R = 15.8%
G = 12.07%
B = 72.13%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#372AFB (or 0x372AFB) is known color: Han Purple. HEX triplet: 37, 2A and FB. RGB value is (55,42,251). Sum of RGB (Red+Green+Blue) = 55+42+251=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #372AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372AFB is #C8D504. Grayscale: #444444. Windows color (decimal): -13161733 or 16460343. OLE color: 16460343.

HSL color Cylindrical-coordinate representation of color #372AFB: hue angle of 243.73º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #372AFB is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 42 251 -
CMYK 0.78 0.83 0 0.02
HSL 243.73º 0.96% 0.57% -
HSV(B) 243.73º 0.83% 0.98% -
XYZ 19.82 9.43 92.04 -
YUV 69.71 230.31 117.51 -
System Red Green Blue C M Y K H S L
Decimal 55 42 251 0.78 0.83 0 0.02 243.73 0.96 0.57
Hex 37 2A FB 4E 53 0 2 F4 60 39
Octal 67 52 373 116 123 0 2 364 140 71
Binary 110111 101010 11111011 1001110 1010011 0 10 11110100 1100000 111001

Color Harmonies of #372AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372AFB

Black with #372AFB

Text Example


Text Example

White with #372AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,42,251); }

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

background-color css

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

 a { background-color: rgb(55,42,251); }

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

border-color css

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

 span { border-color: rgb(55,42,251); }

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