Html Css Color HEX #370FFF Han Purple

📋 copy color: '#370FFF'

red 55 ◦ green 15 ◦ blue 255

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

Shades of Han Purple #370FFF

Tints of Han Purple #370FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 78.46%

R = 16.92%
G = 4.62%
B = 78.46%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#370FFF (or 0x370FFF) is known color: Han Purple. HEX triplet: 37, 0F and FF. RGB value is (55,15,255). Sum of RGB (Red+Green+Blue) = 55+15+255=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #370FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370FFF is #C8F000. Grayscale: #353535. Windows color (decimal): -13168641 or 16715575. OLE color: 16715575.

HSL color Cylindrical-coordinate representation of color #370FFF: hue angle of 250º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370FFF is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 55 15 255 -
CMYK 0.78 0.94 0 0
HSL 250º 1% 0.53% -
HSV(B) 250º 0.94% 1% -
XYZ 19.8 8.37 95.18 -
YUV 54.32 241.25 128.49 -
System Red Green Blue C M Y K H S L
Decimal 55 15 255 0.78 0.94 0 0 250 1 0.53
Hex 37 F FF 4E 5E 0 0 FA 64 35
Octal 67 17 377 116 136 0 0 372 144 65
Binary 110111 1111 11111111 1001110 1011110 0 0 11111010 1100100 110101

Color Harmonies of #370FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370FFF

Black with #370FFF

Text Example


Text Example

White with #370FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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