Html Css Color HEX #362ADD Han Purple

📋 copy color: '#362ADD'

red 54 ◦ green 42 ◦ blue 221

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

Shades of Han Purple #362ADD

Tints of Han Purple #362ADD

RGB

 RED value IS 54 (21.48% from 255) = 17.03%

 GREEN value IS 42 (16.8% from 255) = 13.25%

 BLUE value IS 221 (86.72% from 255) = 69.72%

R = 17.03%
G = 13.25%
B = 69.72%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#362ADD (or 0x362ADD) is known color: Han Purple. HEX triplet: 36, 2A and DD. RGB value is (54,42,221). Sum of RGB (Red+Green+Blue) = 54+42+221=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #362ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362ADD is #C9D522. Grayscale: #414141. Windows color (decimal): -13227299 or 14494262. OLE color: 14494262.

HSL color Cylindrical-coordinate representation of color #362ADD: hue angle of 244.02º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #362ADD is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 42 221 -
CMYK 0.76 0.81 0 0.13
HSL 244.02º 0.72% 0.52% -
HSV(B) 244.02º 0.81% 0.87% -
XYZ 15.4 7.66 69.07 -
YUV 65.99 215.48 119.45 -
System Red Green Blue C M Y K H S L
Decimal 54 42 221 0.76 0.81 0 0.13 244.02 0.72 0.52
Hex 36 2A DD 4C 51 0 D F4 48 34
Octal 66 52 335 114 121 0 15 364 110 64
Binary 110110 101010 11011101 1001100 1010001 0 1101 11110100 1001000 110100

Color Harmonies of #362ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362ADD

Black with #362ADD

Text Example


Text Example

White with #362ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362ADD; }

 p { color: rgb(54,42,221); }

 H1.HeaderClassName
 {
   color: #362ADD;
 }
 .AnyTagClassName
 {
   color: #362ADD;
 }
</style>

background-color css

<style>
 a { background-color: #362ADD; }

 a { background-color: rgb(54,42,221); }

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

border-color css

<style>
 span { border-color: #362ADD; }

 span { border-color: rgb(54,42,221); }

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