Html Css Color HEX #360DDA Han Purple

📋 copy color: '#360DDA'

red 54 ◦ green 13 ◦ blue 218

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

Shades of Han Purple #360DDA

Tints of Han Purple #360DDA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.56%

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

R = 18.95%
G = 4.56%
B = 76.49%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#360DDA (or 0x360DDA) is known color: Han Purple. HEX triplet: 36, 0D and DA. RGB value is (54,13,218). Sum of RGB (Red+Green+Blue) = 54+13+218=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 218 (85.55% from 255 or 76.49% from 285); Max value from RGB is 218 - color contains mainly: blue. Hex color #360DDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360DDA is #C9F225. Grayscale: #2F2F2F. Windows color (decimal): -13234726 or 14290230. OLE color: 14290230.

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

Color convert

RGB 54 13 218 -
CMYK 0.75 0.94 0 0.15
HSL 252º 0.89% 0.45% -
HSV(B) 252º 0.94% 0.85% -
XYZ 14.32 6.13 66.76 -
YUV 48.63 223.58 131.83 -
System Red Green Blue C M Y K H S L
Decimal 54 13 218 0.75 0.94 0 0.15 252 0.89 0.45
Hex 36 D DA 4B 5E 0 F FC 59 2D
Octal 66 15 332 113 136 0 17 374 131 55
Binary 110110 1101 11011010 1001011 1011110 0 1111 11111100 1011001 101101

Color Harmonies of #360DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360DDA

Black with #360DDA

Text Example


Text Example

White with #360DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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