Html Css Color HEX #370FDA Han Purple

📋 copy color: '#370FDA'

red 55 ◦ green 15 ◦ blue 218

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

Shades of Han Purple #370FDA

Tints of Han Purple #370FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 75.69%

R = 19.1%
G = 5.21%
B = 75.69%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#370FDA (or 0x370FDA) is known color: Han Purple. HEX triplet: 37, 0F and DA. RGB value is (55,15,218). Sum of RGB (Red+Green+Blue) = 55+15+218=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 218 (85.55% from 255 or 75.69% from 288); Max value from RGB is 218 - color contains mainly: blue. Hex color #370FDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FDA is #C8F025. Grayscale: #313131. Windows color (decimal): -13168678 or 14290743. OLE color: 14290743.

HSL color Cylindrical-coordinate representation of color #370FDA: hue angle of 251.82º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370FDA is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 15 218 -
CMYK 0.75 0.93 0 0.15
HSL 251.82º 0.87% 0.46% -
HSV(B) 251.82º 0.93% 0.85% -
XYZ 14.4 6.22 66.77 -
YUV 50.1 222.75 131.49 -
System Red Green Blue C M Y K H S L
Decimal 55 15 218 0.75 0.93 0 0.15 251.82 0.87 0.46
Hex 37 F DA 4B 5D 0 F FC 57 2E
Octal 67 17 332 113 135 0 17 374 127 56
Binary 110111 1111 11011010 1001011 1011101 0 1111 11111100 1010111 101110

Color Harmonies of #370FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370FDA

Black with #370FDA

Text Example


Text Example

White with #370FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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