Html Css Color HEX #370AED Han Purple

📋 copy color: '#370AED'

red 55 ◦ green 10 ◦ blue 237

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

Shades of Han Purple #370AED

Tints of Han Purple #370AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 78.48%

R = 18.21%
G = 3.31%
B = 78.48%

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

#370AED (or 0x370AED) is known color: Han Purple. HEX triplet: 37, 0A and ED. RGB value is (55,10,237). Sum of RGB (Red+Green+Blue) = 55+10+237=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 237 (92.97% from 255 or 78.48% from 302); Max value from RGB is 237 - color contains mainly: blue. Hex color #370AED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370AED is #C8F512. Grayscale: #303030. Windows color (decimal): -13169939 or 15534647. OLE color: 15534647.

HSL color Cylindrical-coordinate representation of color #370AED: hue angle of 251.89º 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 #370AED is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 10 237 -
CMYK 0.77 0.96 0 0.07
HSL 251.89º 0.92% 0.48% -
HSV(B) 251.89º 0.96% 0.93% -
XYZ 16.97 7.14 80.61 -
YUV 49.33 233.91 132.04 -
System Red Green Blue C M Y K H S L
Decimal 55 10 237 0.77 0.96 0 0.07 251.89 0.92 0.48
Hex 37 A ED 4D 60 0 7 FC 5C 30
Octal 67 12 355 115 140 0 7 374 134 60
Binary 110111 1010 11101101 1001101 1100000 0 111 11111100 1011100 110000

Color Harmonies of #370AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370AED

Black with #370AED

Text Example


Text Example

White with #370AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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