Html Css Color HEX #372DFA Han Purple

📋 copy color: '#372DFA'

red 55 ◦ green 45 ◦ blue 250

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

Shades of Han Purple #372DFA

Tints of Han Purple #372DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.43%

R = 15.71%
G = 12.86%
B = 71.43%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#372DFA (or 0x372DFA) is known color: Han Purple. HEX triplet: 37, 2D and FA. RGB value is (55,45,250). Sum of RGB (Red+Green+Blue) = 55+45+250=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #372DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372DFA is #C8D205. Grayscale: #464646. Windows color (decimal): -13160966 or 16395575. OLE color: 16395575.

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

Color convert

RGB 55 45 250 -
CMYK 0.78 0.82 0 0.02
HSL 242.93º 0.95% 0.58% -
HSV(B) 242.93º 0.82% 0.98% -
XYZ 19.77 9.59 91.25 -
YUV 71.36 228.81 116.33 -
System Red Green Blue C M Y K H S L
Decimal 55 45 250 0.78 0.82 0 0.02 242.93 0.95 0.58
Hex 37 2D FA 4E 52 0 2 F3 5F 3A
Octal 67 55 372 116 122 0 2 363 137 72
Binary 110111 101101 11111010 1001110 1010010 0 10 11110011 1011111 111010

Color Harmonies of #372DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DFA

Black with #372DFA

Text Example


Text Example

White with #372DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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