Html Css Color HEX #370ADA Han Purple

📋 copy color: '#370ADA'

red 55 ◦ green 10 ◦ blue 218

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

Shades of Han Purple #370ADA

Tints of Han Purple #370ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 77.03%

R = 19.43%
G = 3.53%
B = 77.03%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#370ADA (or 0x370ADA) is known color: Han Purple. HEX triplet: 37, 0A and DA. RGB value is (55,10,218). Sum of RGB (Red+Green+Blue) = 55+10+218=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #370ADA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370ADA is #C8F525. Grayscale: #2E2E2E. Windows color (decimal): -13169958 or 14289463. OLE color: 14289463.

HSL color Cylindrical-coordinate representation of color #370ADA: hue angle of 252.98º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370ADA is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 10 218 -
CMYK 0.75 0.95 0 0.15
HSL 252.98º 0.91% 0.45% -
HSV(B) 252.98º 0.95% 0.85% -
XYZ 14.34 6.09 66.75 -
YUV 47.17 224.41 133.59 -
System Red Green Blue C M Y K H S L
Decimal 55 10 218 0.75 0.95 0 0.15 252.98 0.91 0.45
Hex 37 A DA 4B 5F 0 F FD 5B 2D
Octal 67 12 332 113 137 0 17 375 133 55
Binary 110111 1010 11011010 1001011 1011111 0 1111 11111101 1011011 101101

Color Harmonies of #370ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370ADA

Black with #370ADA

Text Example


Text Example

White with #370ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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