Html Css Color HEX #370BDF Han Purple

📋 copy color: '#370BDF'

red 55 ◦ green 11 ◦ blue 223

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

Shades of Han Purple #370BDF

Tints of Han Purple #370BDF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.81%

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

R = 19.03%
G = 3.81%
B = 77.16%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#370BDF (or 0x370BDF) is known color: Han Purple. HEX triplet: 37, 0B and DF. RGB value is (55,11,223). Sum of RGB (Red+Green+Blue) = 55+11+223=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #370BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BDF is #C8F420. Grayscale: #2F2F2F. Windows color (decimal): -13169697 or 14617399. OLE color: 14617399.

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

Color convert

RGB 55 11 223 -
CMYK 0.75 0.95 0 0.13
HSL 252.45º 0.91% 0.46% -
HSV(B) 252.45º 0.95% 0.87% -
XYZ 15.01 6.38 70.25 -
YUV 48.32 226.58 132.76 -
System Red Green Blue C M Y K H S L
Decimal 55 11 223 0.75 0.95 0 0.13 252.45 0.91 0.46
Hex 37 B DF 4B 5F 0 D FC 5B 2E
Octal 67 13 337 113 137 0 15 374 133 56
Binary 110111 1011 11011111 1001011 1011111 0 1101 11111100 1011011 101110

Color Harmonies of #370BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BDF

Black with #370BDF

Text Example


Text Example

White with #370BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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