Html Css Color HEX #370BE5 Han Purple

📋 copy color: '#370BE5'

red 55 ◦ green 11 ◦ blue 229

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

Shades of Han Purple #370BE5

Tints of Han Purple #370BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 77.63%

R = 18.64%
G = 3.73%
B = 77.63%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#370BE5 (or 0x370BE5) is known color: Han Purple. HEX triplet: 37, 0B and E5. RGB value is (55,11,229). Sum of RGB (Red+Green+Blue) = 55+11+229=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 229 (89.84% from 255 or 77.63% from 295); Max value from RGB is 229 - color contains mainly: blue. Hex color #370BE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BE5 is #C8F41A. Grayscale: #303030. Windows color (decimal): -13169691 or 15010615. OLE color: 15010615.

HSL color Cylindrical-coordinate representation of color #370BE5: hue angle of 252.11º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370BE5 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 55 11 229 -
CMYK 0.76 0.95 0 0.10
HSL 252.11º 0.91% 0.47% -
HSV(B) 252.11º 0.95% 0.9% -
XYZ 15.84 6.71 74.59 -
YUV 49.01 229.58 132.27 -
System Red Green Blue C M Y K H S L
Decimal 55 11 229 0.76 0.95 0 0.10 252.11 0.91 0.47
Hex 37 B E5 4C 5F 0 A FC 5B 2F
Octal 67 13 345 114 137 0 12 374 133 57
Binary 110111 1011 11100101 1001100 1011111 0 1010 11111100 1011011 101111

Color Harmonies of #370BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BE5

Black with #370BE5

Text Example


Text Example

White with #370BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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