Html Css Color HEX #370FDE Han Purple

📋 copy color: '#370FDE'

red 55 ◦ green 15 ◦ blue 222

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

Shades of Han Purple #370FDE

Tints of Han Purple #370FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 76.03%

R = 18.84%
G = 5.14%
B = 76.03%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#370FDE (or 0x370FDE) is known color: Han Purple. HEX triplet: 37, 0F and DE. RGB value is (55,15,222). Sum of RGB (Red+Green+Blue) = 55+15+222=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 222 (87.11% from 255 or 76.03% from 292); Max value from RGB is 222 - color contains mainly: blue. Hex color #370FDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FDE is #C8F021. Grayscale: #313131. Windows color (decimal): -13168674 or 14552887. OLE color: 14552887.

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

Color convert

RGB 55 15 222 -
CMYK 0.75 0.93 0 0.13
HSL 251.59º 0.87% 0.46% -
HSV(B) 251.59º 0.93% 0.87% -
XYZ 14.93 6.43 69.56 -
YUV 50.56 224.75 131.17 -
System Red Green Blue C M Y K H S L
Decimal 55 15 222 0.75 0.93 0 0.13 251.59 0.87 0.46
Hex 37 F DE 4B 5D 0 D FC 57 2E
Octal 67 17 336 113 135 0 15 374 127 56
Binary 110111 1111 11011110 1001011 1011101 0 1101 11111100 1010111 101110

Color Harmonies of #370FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370FDE

Black with #370FDE

Text Example


Text Example

White with #370FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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