Html Css Color HEX #372DFC Han Purple

📋 copy color: '#372DFC'

red 55 ◦ green 45 ◦ blue 252

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

Shades of Han Purple #372DFC

Tints of Han Purple #372DFC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.78%

 BLUE value IS 252 (98.83% from 255) = 71.59%

R = 15.63%
G = 12.78%
B = 71.59%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#372DFC (or 0x372DFC) is known color: Han Purple. HEX triplet: 37, 2D and FC. RGB value is (55,45,252). Sum of RGB (Red+Green+Blue) = 55+45+252=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #372DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372DFC is #C8D203. Grayscale: #464646. Windows color (decimal): -13160964 or 16526647. OLE color: 16526647.

HSL color Cylindrical-coordinate representation of color #372DFC: hue angle of 242.9º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #372DFC is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 45 252 -
CMYK 0.78 0.82 0 0.01
HSL 242.9º 0.97% 0.58% -
HSV(B) 242.9º 0.82% 0.99% -
XYZ 20.08 9.72 92.91 -
YUV 71.59 229.81 116.17 -
System Red Green Blue C M Y K H S L
Decimal 55 45 252 0.78 0.82 0 0.01 242.9 0.97 0.58
Hex 37 2D FC 4E 52 0 1 F3 61 3A
Octal 67 55 374 116 122 0 1 363 141 72
Binary 110111 101101 11111100 1001110 1010010 0 1 11110011 1100001 111010

Color Harmonies of #372DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DFC

Black with #372DFC

Text Example


Text Example

White with #372DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,45,252); }

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

background-color css

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

 a { background-color: rgb(55,45,252); }

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

border-color css

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

 span { border-color: rgb(55,45,252); }

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