Html Css Color HEX #370CEB Han Purple

📋 copy color: '#370CEB'

red 55 ◦ green 12 ◦ blue 235

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

Shades of Han Purple #370CEB

Tints of Han Purple #370CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.97%

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

R = 18.21%
G = 3.97%
B = 77.81%

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

#370CEB (or 0x370CEB) is known color: Han Purple. HEX triplet: 37, 0C and EB. RGB value is (55,12,235). Sum of RGB (Red+Green+Blue) = 55+12+235=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 235 (92.19% from 255 or 77.81% from 302); Max value from RGB is 235 - color contains mainly: blue. Hex color #370CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370CEB is #C8F314. Grayscale: #313131. Windows color (decimal): -13169429 or 15404087. OLE color: 15404087.

HSL color Cylindrical-coordinate representation of color #370CEB: hue angle of 251.57º degrees, saturation: 0.9, 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 #370CEB is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 12 235 -
CMYK 0.77 0.95 0 0.08
HSL 251.57º 0.9% 0.48% -
HSV(B) 251.57º 0.95% 0.92% -
XYZ 16.7 7.07 79.08 -
YUV 50.28 232.25 131.37 -
System Red Green Blue C M Y K H S L
Decimal 55 12 235 0.77 0.95 0 0.08 251.57 0.9 0.48
Hex 37 C EB 4D 5F 0 8 FC 5A 30
Octal 67 14 353 115 137 0 10 374 132 60
Binary 110111 1100 11101011 1001101 1011111 0 1000 11111100 1011010 110000

Color Harmonies of #370CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CEB

Black with #370CEB

Text Example


Text Example

White with #370CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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