Html Css Color HEX #370EFD Han Purple

📋 copy color: '#370EFD'

red 55 ◦ green 14 ◦ blue 253

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

Shades of Han Purple #370EFD

Tints of Han Purple #370EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.35%

 BLUE value IS 253 (99.22% from 255) = 78.57%

R = 17.08%
G = 4.35%
B = 78.57%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#370EFD (or 0x370EFD) is known color: Han Purple. HEX triplet: 37, 0E and FD. RGB value is (55,14,253). Sum of RGB (Red+Green+Blue) = 55+14+253=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 253 (99.22% from 255 or 78.57% from 322); Max value from RGB is 253 - color contains mainly: blue. Hex color #370EFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370EFD is #C8F102. Grayscale: #343434. Windows color (decimal): -13168899 or 16584247. OLE color: 16584247.

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

Color convert

RGB 55 14 253 -
CMYK 0.78 0.94 0 0.01
HSL 250.29º 0.98% 0.52% -
HSV(B) 250.29º 0.94% 0.99% -
XYZ 19.46 8.22 93.49 -
YUV 53.51 240.58 129.07 -
System Red Green Blue C M Y K H S L
Decimal 55 14 253 0.78 0.94 0 0.01 250.29 0.98 0.52
Hex 37 E FD 4E 5E 0 1 FA 62 34
Octal 67 16 375 116 136 0 1 372 142 64
Binary 110111 1110 11111101 1001110 1011110 0 1 11111010 1100010 110100

Color Harmonies of #370EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370EFD

Black with #370EFD

Text Example


Text Example

White with #370EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,14,253); }

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

background-color css

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

 a { background-color: rgb(55,14,253); }

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

border-color css

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

 span { border-color: rgb(55,14,253); }

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