Html Css Color HEX #370BFB Han Purple

📋 copy color: '#370BFB'

red 55 ◦ green 11 ◦ blue 251

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

Shades of Han Purple #370BFB

Tints of Han Purple #370BFB

RGB

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

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

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

R = 17.35%
G = 3.47%
B = 79.18%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#370BFB (or 0x370BFB) is known color: Han Purple. HEX triplet: 37, 0B and FB. RGB value is (55,11,251). Sum of RGB (Red+Green+Blue) = 55+11+251=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 251 (98.44% from 255 or 79.18% from 317); Max value from RGB is 251 - color contains mainly: blue. Hex color #370BFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370BFB is #C8F404. Grayscale: #323232. Windows color (decimal): -13169669 or 16452407. OLE color: 16452407.

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

Color convert

RGB 55 11 251 -
CMYK 0.78 0.96 0 0.02
HSL 251º 0.97% 0.51% -
HSV(B) 251º 0.96% 0.98% -
XYZ 19.11 8.02 91.81 -
YUV 51.52 240.58 130.49 -
System Red Green Blue C M Y K H S L
Decimal 55 11 251 0.78 0.96 0 0.02 251 0.97 0.51
Hex 37 B FB 4E 60 0 2 FB 61 33
Octal 67 13 373 116 140 0 2 373 141 63
Binary 110111 1011 11111011 1001110 1100000 0 10 11111011 1100001 110011

Color Harmonies of #370BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BFB

Black with #370BFB

Text Example


Text Example

White with #370BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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