Html Css Color HEX #370BEB Han Purple

📋 copy color: '#370BEB'

red 55 ◦ green 11 ◦ blue 235

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

Shades of Han Purple #370BEB

Tints of Han Purple #370BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 78.07%

R = 18.27%
G = 3.65%
B = 78.07%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#370BEB (or 0x370BEB) is known color: Han Purple. HEX triplet: 37, 0B and EB. RGB value is (55,11,235). Sum of RGB (Red+Green+Blue) = 55+11+235=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #370BEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370BEB is #C8F414. Grayscale: #303030. Windows color (decimal): -13169685 or 15403831. OLE color: 15403831.

HSL color Cylindrical-coordinate representation of color #370BEB: hue angle of 251.79º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370BEB is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 11 235 -
CMYK 0.77 0.95 0 0.08
HSL 251.79º 0.91% 0.48% -
HSV(B) 251.79º 0.95% 0.92% -
XYZ 16.69 7.05 79.08 -
YUV 49.69 232.58 131.79 -
System Red Green Blue C M Y K H S L
Decimal 55 11 235 0.77 0.95 0 0.08 251.79 0.91 0.48
Hex 37 B EB 4D 5F 0 8 FC 5B 30
Octal 67 13 353 115 137 0 10 374 133 60
Binary 110111 1011 11101011 1001101 1011111 0 1000 11111100 1011011 110000

Color Harmonies of #370BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BEB

Black with #370BEB

Text Example


Text Example

White with #370BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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