Html Css Color HEX #370FEC Han Purple

📋 copy color: '#370FEC'

red 55 ◦ green 15 ◦ blue 236

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

Shades of Han Purple #370FEC

Tints of Han Purple #370FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.9%

 BLUE value IS 236 (92.58% from 255) = 77.12%

R = 17.97%
G = 4.9%
B = 77.12%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#370FEC (or 0x370FEC) is known color: Han Purple. HEX triplet: 37, 0F and EC. RGB value is (55,15,236). Sum of RGB (Red+Green+Blue) = 55+15+236=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 236 (92.58% from 255 or 77.12% from 306); Max value from RGB is 236 - color contains mainly: blue. Hex color #370FEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370FEC is #C8F013. Grayscale: #333333. Windows color (decimal): -13168660 or 15470391. OLE color: 15470391.

HSL color Cylindrical-coordinate representation of color #370FEC: hue angle of 250.86º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370FEC is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 15 236 -
CMYK 0.77 0.94 0 0.07
HSL 250.86º 0.88% 0.49% -
HSV(B) 250.86º 0.94% 0.93% -
XYZ 16.89 7.21 79.86 -
YUV 52.15 231.75 130.03 -
System Red Green Blue C M Y K H S L
Decimal 55 15 236 0.77 0.94 0 0.07 250.86 0.88 0.49
Hex 37 F EC 4D 5E 0 7 FB 58 31
Octal 67 17 354 115 136 0 7 373 130 61
Binary 110111 1111 11101100 1001101 1011110 0 111 11111011 1011000 110001

Color Harmonies of #370FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370FEC

Black with #370FEC

Text Example


Text Example

White with #370FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370FEC; }

 p { color: rgb(55,15,236); }

 H1.HeaderClassName
 {
   color: #370FEC;
 }
 .AnyTagClassName
 {
   color: #370FEC;
 }
</style>

background-color css

<style>
 a { background-color: #370FEC; }

 a { background-color: rgb(55,15,236); }

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

border-color css

<style>
 span { border-color: #370FEC; }

 span { border-color: rgb(55,15,236); }

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