Html Css Color HEX #370CE8 Han Purple

📋 copy color: '#370CE8'

red 55 ◦ green 12 ◦ blue 232

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

Shades of Han Purple #370CE8

Tints of Han Purple #370CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 77.59%

R = 18.39%
G = 4.01%
B = 77.59%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#370CE8 (or 0x370CE8) is known color: Han Purple. HEX triplet: 37, 0C and E8. RGB value is (55,12,232). Sum of RGB (Red+Green+Blue) = 55+12+232=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 232 (91.02% from 255 or 77.59% from 299); Max value from RGB is 232 - color contains mainly: blue. Hex color #370CE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370CE8 is #C8F317. Grayscale: #313131. Windows color (decimal): -13169432 or 15207479. OLE color: 15207479.

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

Color convert

RGB 55 12 232 -
CMYK 0.76 0.95 0 0.09
HSL 251.73º 0.9% 0.48% -
HSV(B) 251.73º 0.95% 0.91% -
XYZ 16.27 6.9 76.82 -
YUV 49.94 230.75 131.61 -
System Red Green Blue C M Y K H S L
Decimal 55 12 232 0.76 0.95 0 0.09 251.73 0.9 0.48
Hex 37 C E8 4C 5F 0 9 FC 5A 30
Octal 67 14 350 114 137 0 11 374 132 60
Binary 110111 1100 11101000 1001100 1011111 0 1001 11111100 1011010 110000

Color Harmonies of #370CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CE8

Black with #370CE8

Text Example


Text Example

White with #370CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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