Html Css Color HEX #370CEE Han Purple

📋 copy color: '#370CEE'

red 55 ◦ green 12 ◦ blue 238

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

Shades of Han Purple #370CEE

Tints of Han Purple #370CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 78.03%

R = 18.03%
G = 3.93%
B = 78.03%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#370CEE (or 0x370CEE) is known color: Han Purple. HEX triplet: 37, 0C and EE. RGB value is (55,12,238). Sum of RGB (Red+Green+Blue) = 55+12+238=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 238 (93.36% from 255 or 78.03% from 305); Max value from RGB is 238 - color contains mainly: blue. Hex color #370CEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370CEE is #C8F311. Grayscale: #313131. Windows color (decimal): -13169426 or 15600695. OLE color: 15600695.

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

Color convert

RGB 55 12 238 -
CMYK 0.77 0.95 0 0.07
HSL 251.42º 0.9% 0.49% -
HSV(B) 251.42º 0.95% 0.93% -
XYZ 17.14 7.25 81.38 -
YUV 50.62 233.75 131.12 -
System Red Green Blue C M Y K H S L
Decimal 55 12 238 0.77 0.95 0 0.07 251.42 0.9 0.49
Hex 37 C EE 4D 5F 0 7 FB 5A 31
Octal 67 14 356 115 137 0 7 373 132 61
Binary 110111 1100 11101110 1001101 1011111 0 111 11111011 1011010 110001

Color Harmonies of #370CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370CEE

Black with #370CEE

Text Example


Text Example

White with #370CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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