Html Css Color HEX #360ADA Han Purple

📋 copy color: '#360ADA'

red 54 ◦ green 10 ◦ blue 218

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

Shades of Han Purple #360ADA

Tints of Han Purple #360ADA

RGB

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

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

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

R = 19.15%
G = 3.55%
B = 77.3%

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

#360ADA (or 0x360ADA) is known color: Han Purple. HEX triplet: 36, 0A and DA. RGB value is (54,10,218). Sum of RGB (Red+Green+Blue) = 54+10+218=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 218 (85.55% from 255 or 77.30% from 282); Max value from RGB is 218 - color contains mainly: blue. Hex color #360ADA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360ADA is #C9F525. Grayscale: #2E2E2E. Windows color (decimal): -13235494 or 14289462. OLE color: 14289462.

HSL color Cylindrical-coordinate representation of color #360ADA: hue angle of 252.69º 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 #360ADA is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 10 218 -
CMYK 0.75 0.95 0 0.15
HSL 252.69º 0.91% 0.45% -
HSV(B) 252.69º 0.95% 0.85% -
XYZ 14.28 6.06 66.75 -
YUV 46.87 224.58 133.09 -
System Red Green Blue C M Y K H S L
Decimal 54 10 218 0.75 0.95 0 0.15 252.69 0.91 0.45
Hex 36 A DA 4B 5F 0 F FD 5B 2D
Octal 66 12 332 113 137 0 17 375 133 55
Binary 110110 1010 11011010 1001011 1011111 0 1111 11111101 1011011 101101

Color Harmonies of #360ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360ADA

Black with #360ADA

Text Example


Text Example

White with #360ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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