Html Css Color HEX #370FDD Han Purple

📋 copy color: '#370FDD'

red 55 ◦ green 15 ◦ blue 221

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

Shades of Han Purple #370FDD

Tints of Han Purple #370FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 75.95%

R = 18.9%
G = 5.15%
B = 75.95%

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

#370FDD (or 0x370FDD) is known color: Han Purple. HEX triplet: 37, 0F and DD. RGB value is (55,15,221). Sum of RGB (Red+Green+Blue) = 55+15+221=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 221 (86.72% from 255 or 75.95% from 291); Max value from RGB is 221 - color contains mainly: blue. Hex color #370FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FDD is #C8F022. Grayscale: #313131. Windows color (decimal): -13168675 or 14487351. OLE color: 14487351.

HSL color Cylindrical-coordinate representation of color #370FDD: hue angle of 251.65º 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 #370FDD is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 15 221 -
CMYK 0.75 0.93 0 0.13
HSL 251.65º 0.87% 0.46% -
HSV(B) 251.65º 0.93% 0.87% -
XYZ 14.8 6.37 68.86 -
YUV 50.44 224.25 131.25 -
System Red Green Blue C M Y K H S L
Decimal 55 15 221 0.75 0.93 0 0.13 251.65 0.87 0.46
Hex 37 F DD 4B 5D 0 D FC 57 2E
Octal 67 17 335 113 135 0 15 374 127 56
Binary 110111 1111 11011101 1001011 1011101 0 1101 11111100 1010111 101110

Color Harmonies of #370FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370FDD

Black with #370FDD

Text Example


Text Example

White with #370FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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