Html Css Color HEX #360FDC Han Purple

📋 copy color: '#360FDC'

red 54 ◦ green 15 ◦ blue 220

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

Shades of Han Purple #360FDC

Tints of Han Purple #360FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.19%

 BLUE value IS 220 (86.33% from 255) = 76.12%

R = 18.69%
G = 5.19%
B = 76.12%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#360FDC (or 0x360FDC) is known color: Han Purple. HEX triplet: 36, 0F and DC. RGB value is (54,15,220). Sum of RGB (Red+Green+Blue) = 54+15+220=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 220 (86.33% from 255 or 76.12% from 289); Max value from RGB is 220 - color contains mainly: blue. Hex color #360FDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FDC is #C9F023. Grayscale: #313131. Windows color (decimal): -13234212 or 14421814. OLE color: 14421814.

HSL color Cylindrical-coordinate representation of color #360FDC: hue angle of 251.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360FDC is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 15 220 -
CMYK 0.75 0.93 0 0.14
HSL 251.41º 0.87% 0.46% -
HSV(B) 251.41º 0.93% 0.86% -
XYZ 14.61 6.29 68.15 -
YUV 50.03 223.92 130.83 -
System Red Green Blue C M Y K H S L
Decimal 54 15 220 0.75 0.93 0 0.14 251.41 0.87 0.46
Hex 36 F DC 4B 5D 0 E FB 57 2E
Octal 66 17 334 113 135 0 16 373 127 56
Binary 110110 1111 11011100 1001011 1011101 0 1110 11111011 1010111 101110

Color Harmonies of #360FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360FDC

Black with #360FDC

Text Example


Text Example

White with #360FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,15,220); }

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

background-color css

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

 a { background-color: rgb(54,15,220); }

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

border-color css

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

 span { border-color: rgb(54,15,220); }

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