Html Css Color HEX #360EDD Han Purple

📋 copy color: '#360EDD'

red 54 ◦ green 14 ◦ blue 221

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

Shades of Han Purple #360EDD

Tints of Han Purple #360EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.84%

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

R = 18.69%
G = 4.84%
B = 76.47%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#360EDD (or 0x360EDD) is known color: Han Purple. HEX triplet: 36, 0E and DD. RGB value is (54,14,221). Sum of RGB (Red+Green+Blue) = 54+14+221=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #360EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360EDD is #C9F122. Grayscale: #303030. Windows color (decimal): -13234467 or 14487094. OLE color: 14487094.

HSL color Cylindrical-coordinate representation of color #360EDD: hue angle of 251.59º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360EDD is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 14 221 -
CMYK 0.76 0.94 0 0.13
HSL 251.59º 0.88% 0.46% -
HSV(B) 251.59º 0.94% 0.87% -
XYZ 14.73 6.32 68.85 -
YUV 49.56 224.75 131.17 -
System Red Green Blue C M Y K H S L
Decimal 54 14 221 0.76 0.94 0 0.13 251.59 0.88 0.46
Hex 36 E DD 4C 5E 0 D FC 58 2E
Octal 66 16 335 114 136 0 15 374 130 56
Binary 110110 1110 11011101 1001100 1011110 0 1101 11111100 1011000 101110

Color Harmonies of #360EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360EDD

Black with #360EDD

Text Example


Text Example

White with #360EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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