Html Css Color HEX #370FDF Han Purple

📋 copy color: '#370FDF'

red 55 ◦ green 15 ◦ blue 223

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

Shades of Han Purple #370FDF

Tints of Han Purple #370FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 76.11%

R = 18.77%
G = 5.12%
B = 76.11%

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

#370FDF (or 0x370FDF) is known color: Han Purple. HEX triplet: 37, 0F and DF. RGB value is (55,15,223). Sum of RGB (Red+Green+Blue) = 55+15+223=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 223 (87.5% from 255 or 76.11% from 293); Max value from RGB is 223 - color contains mainly: blue. Hex color #370FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FDF is #C8F020. Grayscale: #313131. Windows color (decimal): -13168673 or 14618423. OLE color: 14618423.

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

Color convert

RGB 55 15 223 -
CMYK 0.75 0.93 0 0.13
HSL 251.54º 0.87% 0.47% -
HSV(B) 251.54º 0.93% 0.87% -
XYZ 15.07 6.48 70.27 -
YUV 50.67 225.25 131.09 -
System Red Green Blue C M Y K H S L
Decimal 55 15 223 0.75 0.93 0 0.13 251.54 0.87 0.47
Hex 37 F DF 4B 5D 0 D FC 57 2F
Octal 67 17 337 113 135 0 15 374 127 57
Binary 110111 1111 11011111 1001011 1011101 0 1101 11111100 1010111 101111

Color Harmonies of #370FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370FDF

Black with #370FDF

Text Example


Text Example

White with #370FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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