Html Css Color HEX #360CDC Han Purple

📋 copy color: '#360CDC'

red 54 ◦ green 12 ◦ blue 220

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

Shades of Han Purple #360CDC

Tints of Han Purple #360CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.2%

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

R = 18.88%
G = 4.2%
B = 76.92%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#360CDC (or 0x360CDC) is known color: Han Purple. HEX triplet: 36, 0C and DC. RGB value is (54,12,220). Sum of RGB (Red+Green+Blue) = 54+12+220=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 220 (86.33% from 255 or 76.92% from 286); Max value from RGB is 220 - color contains mainly: blue. Hex color #360CDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CDC is #C9F323. Grayscale: #2F2F2F. Windows color (decimal): -13234980 or 14421046. OLE color: 14421046.

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

Color convert

RGB 54 12 220 -
CMYK 0.75 0.95 0 0.14
HSL 252.12º 0.9% 0.45% -
HSV(B) 252.12º 0.95% 0.86% -
XYZ 14.57 6.21 68.14 -
YUV 48.27 224.91 132.09 -
System Red Green Blue C M Y K H S L
Decimal 54 12 220 0.75 0.95 0 0.14 252.12 0.9 0.45
Hex 36 C DC 4B 5F 0 E FC 5A 2D
Octal 66 14 334 113 137 0 16 374 132 55
Binary 110110 1100 11011100 1001011 1011111 0 1110 11111100 1011010 101101

Color Harmonies of #360CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360CDC

Black with #360CDC

Text Example


Text Example

White with #360CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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