Html Css Color HEX #370AF8 Han Purple

📋 copy color: '#370AF8'

red 55 ◦ green 10 ◦ blue 248

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

Shades of Han Purple #370AF8

Tints of Han Purple #370AF8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.19%

 BLUE value IS 248 (97.27% from 255) = 79.23%

R = 17.57%
G = 3.19%
B = 79.23%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#370AF8 (or 0x370AF8) is known color: Han Purple. HEX triplet: 37, 0A and F8. RGB value is (55,10,248). Sum of RGB (Red+Green+Blue) = 55+10+248=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 248 (97.27% from 255 or 79.23% from 313); Max value from RGB is 248 - color contains mainly: blue. Hex color #370AF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370AF8 is #C8F507. Grayscale: #313131. Windows color (decimal): -13169928 or 16255543. OLE color: 16255543.

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

Color convert

RGB 55 10 248 -
CMYK 0.78 0.96 0 0.03
HSL 251.34º 0.94% 0.51% -
HSV(B) 251.34º 0.96% 0.97% -
XYZ 18.63 7.81 89.33 -
YUV 50.59 239.41 131.15 -
System Red Green Blue C M Y K H S L
Decimal 55 10 248 0.78 0.96 0 0.03 251.34 0.94 0.51
Hex 37 A F8 4E 60 0 3 FB 5E 33
Octal 67 12 370 116 140 0 3 373 136 63
Binary 110111 1010 11111000 1001110 1100000 0 11 11111011 1011110 110011

Color Harmonies of #370AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370AF8

Black with #370AF8

Text Example


Text Example

White with #370AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,10,248); }

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

background-color css

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

 a { background-color: rgb(55,10,248); }

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

border-color css

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

 span { border-color: rgb(55,10,248); }

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