Html Css Color HEX #370AE2 Han Purple

📋 copy color: '#370AE2'

red 55 ◦ green 10 ◦ blue 226

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

Shades of Han Purple #370AE2

Tints of Han Purple #370AE2

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.44%

 BLUE value IS 226 (88.67% from 255) = 77.66%

R = 18.9%
G = 3.44%
B = 77.66%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#370AE2 (or 0x370AE2) is known color: Han Purple. HEX triplet: 37, 0A and E2. RGB value is (55,10,226). Sum of RGB (Red+Green+Blue) = 55+10+226=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 226 (88.67% from 255 or 77.66% from 291); Max value from RGB is 226 - color contains mainly: blue. Hex color #370AE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370AE2 is #C8F51D. Grayscale: #2F2F2F. Windows color (decimal): -13169950 or 14813751. OLE color: 14813751.

HSL color Cylindrical-coordinate representation of color #370AE2: hue angle of 252.5º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370AE2 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 55 10 226 -
CMYK 0.76 0.96 0 0.11
HSL 252.5º 0.92% 0.46% -
HSV(B) 252.5º 0.96% 0.89% -
XYZ 15.41 6.52 72.4 -
YUV 48.08 228.41 132.94 -
System Red Green Blue C M Y K H S L
Decimal 55 10 226 0.76 0.96 0 0.11 252.5 0.92 0.46
Hex 37 A E2 4C 60 0 B FD 5C 2E
Octal 67 12 342 114 140 0 13 375 134 56
Binary 110111 1010 11100010 1001100 1100000 0 1011 11111101 1011100 101110

Color Harmonies of #370AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370AE2

Black with #370AE2

Text Example


Text Example

White with #370AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,10,226); }

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

background-color css

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

 a { background-color: rgb(55,10,226); }

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

border-color css

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

 span { border-color: rgb(55,10,226); }

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