Html Css Color HEX #370AEC Han Purple

📋 copy color: '#370AEC'

red 55 ◦ green 10 ◦ blue 236

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

Shades of Han Purple #370AEC

Tints of Han Purple #370AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 78.41%

R = 18.27%
G = 3.32%
B = 78.41%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#370AEC (or 0x370AEC) is known color: Han Purple. HEX triplet: 37, 0A and EC. RGB value is (55,10,236). Sum of RGB (Red+Green+Blue) = 55+10+236=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 236 (92.58% from 255 or 78.41% from 301); Max value from RGB is 236 - color contains mainly: blue. Hex color #370AEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370AEC is #C8F513. Grayscale: #303030. Windows color (decimal): -13169940 or 15469111. OLE color: 15469111.

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

Color convert

RGB 55 10 236 -
CMYK 0.77 0.96 0 0.07
HSL 251.95º 0.92% 0.48% -
HSV(B) 251.95º 0.96% 0.93% -
XYZ 16.82 7.09 79.84 -
YUV 49.22 233.41 132.12 -
System Red Green Blue C M Y K H S L
Decimal 55 10 236 0.77 0.96 0 0.07 251.95 0.92 0.48
Hex 37 A EC 4D 60 0 7 FC 5C 30
Octal 67 12 354 115 140 0 7 374 134 60
Binary 110111 1010 11101100 1001101 1100000 0 111 11111100 1011100 110000

Color Harmonies of #370AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370AEC

Black with #370AEC

Text Example


Text Example

White with #370AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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