Html Css Color HEX #370BFA Han Purple

📋 copy color: '#370BFA'

red 55 ◦ green 11 ◦ blue 250

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

Shades of Han Purple #370BFA

Tints of Han Purple #370BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 79.11%

R = 17.41%
G = 3.48%
B = 79.11%

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

#370BFA (or 0x370BFA) is known color: Han Purple. HEX triplet: 37, 0B and FA. RGB value is (55,11,250). Sum of RGB (Red+Green+Blue) = 55+11+250=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 250 (98.05% from 255 or 79.11% from 316); Max value from RGB is 250 - color contains mainly: blue. Hex color #370BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370BFA is #C8F405. Grayscale: #323232. Windows color (decimal): -13169670 or 16386871. OLE color: 16386871.

HSL color Cylindrical-coordinate representation of color #370BFA: hue angle of 251.05º degrees, saturation: 0.96, 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 #370BFA is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 11 250 -
CMYK 0.78 0.96 0 0.02
HSL 251.05º 0.96% 0.51% -
HSV(B) 251.05º 0.96% 0.98% -
XYZ 18.95 7.95 90.98 -
YUV 51.4 240.08 130.57 -
System Red Green Blue C M Y K H S L
Decimal 55 11 250 0.78 0.96 0 0.02 251.05 0.96 0.51
Hex 37 B FA 4E 60 0 2 FB 60 33
Octal 67 13 372 116 140 0 2 373 140 63
Binary 110111 1011 11111010 1001110 1100000 0 10 11111011 1100000 110011

Color Harmonies of #370BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BFA

Black with #370BFA

Text Example


Text Example

White with #370BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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