Html Css Color HEX #370ADF Han Purple

📋 copy color: '#370ADF'

red 55 ◦ green 10 ◦ blue 223

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

Shades of Han Purple #370ADF

Tints of Han Purple #370ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 77.43%

R = 19.1%
G = 3.47%
B = 77.43%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#370ADF (or 0x370ADF) is known color: Han Purple. HEX triplet: 37, 0A and DF. RGB value is (55,10,223). Sum of RGB (Red+Green+Blue) = 55+10+223=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #370ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370ADF is #C8F520. Grayscale: #2E2E2E. Windows color (decimal): -13169953 or 14617143. OLE color: 14617143.

HSL color Cylindrical-coordinate representation of color #370ADF: hue angle of 252.68º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370ADF is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 10 223 -
CMYK 0.75 0.96 0 0.13
HSL 252.68º 0.91% 0.46% -
HSV(B) 252.68º 0.96% 0.87% -
XYZ 15 6.36 70.25 -
YUV 47.74 226.91 133.18 -
System Red Green Blue C M Y K H S L
Decimal 55 10 223 0.75 0.96 0 0.13 252.68 0.91 0.46
Hex 37 A DF 4B 60 0 D FD 5B 2E
Octal 67 12 337 113 140 0 15 375 133 56
Binary 110111 1010 11011111 1001011 1100000 0 1101 11111101 1011011 101110

Color Harmonies of #370ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370ADF

Black with #370ADF

Text Example


Text Example

White with #370ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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