Html Css Color HEX #370CEF Han Purple

📋 copy color: '#370CEF'

red 55 ◦ green 12 ◦ blue 239

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

Shades of Han Purple #370CEF

Tints of Han Purple #370CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 78.1%

R = 17.97%
G = 3.92%
B = 78.1%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#370CEF (or 0x370CEF) is known color: Han Purple. HEX triplet: 37, 0C and EF. RGB value is (55,12,239). Sum of RGB (Red+Green+Blue) = 55+12+239=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 239 (93.75% from 255 or 78.10% from 306); Max value from RGB is 239 - color contains mainly: blue. Hex color #370CEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370CEF is #C8F310. Grayscale: #313131. Windows color (decimal): -13169425 or 15666231. OLE color: 15666231.

HSL color Cylindrical-coordinate representation of color #370CEF: hue angle of 251.37º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370CEF is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 12 239 -
CMYK 0.77 0.95 0 0.06
HSL 251.37º 0.9% 0.49% -
HSV(B) 251.37º 0.95% 0.94% -
XYZ 17.29 7.31 82.16 -
YUV 50.74 234.25 131.04 -
System Red Green Blue C M Y K H S L
Decimal 55 12 239 0.77 0.95 0 0.06 251.37 0.9 0.49
Hex 37 C EF 4D 5F 0 6 FB 5A 31
Octal 67 14 357 115 137 0 6 373 132 61
Binary 110111 1100 11101111 1001101 1011111 0 110 11111011 1011010 110001

Color Harmonies of #370CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CEF

Black with #370CEF

Text Example


Text Example

White with #370CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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