Html Css Color HEX #370DFB Han Purple

📋 copy color: '#370DFB'

red 55 ◦ green 13 ◦ blue 251

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

Shades of Han Purple #370DFB

Tints of Han Purple #370DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.08%

 BLUE value IS 251 (98.44% from 255) = 78.68%

R = 17.24%
G = 4.08%
B = 78.68%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#370DFB (or 0x370DFB) is known color: Han Purple. HEX triplet: 37, 0D and FB. RGB value is (55,13,251). Sum of RGB (Red+Green+Blue) = 55+13+251=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 251 (98.44% from 255 or 78.68% from 319); Max value from RGB is 251 - color contains mainly: blue. Hex color #370DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370DFB is #C8F204. Grayscale: #333333. Windows color (decimal): -13169157 or 16452919. OLE color: 16452919.

HSL color Cylindrical-coordinate representation of color #370DFB: hue angle of 250.59º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370DFB is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 13 251 -
CMYK 0.78 0.95 0 0.02
HSL 250.59º 0.97% 0.52% -
HSV(B) 250.59º 0.95% 0.98% -
XYZ 19.13 8.07 91.82 -
YUV 52.69 239.91 129.65 -
System Red Green Blue C M Y K H S L
Decimal 55 13 251 0.78 0.95 0 0.02 250.59 0.97 0.52
Hex 37 D FB 4E 5F 0 2 FB 61 34
Octal 67 15 373 116 137 0 2 373 141 64
Binary 110111 1101 11111011 1001110 1011111 0 10 11111011 1100001 110100

Color Harmonies of #370DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370DFB

Black with #370DFB

Text Example


Text Example

White with #370DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,13,251); }

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

background-color css

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

 a { background-color: rgb(55,13,251); }

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

border-color css

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

 span { border-color: rgb(55,13,251); }

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