Html Css Color HEX #360CDA Han Purple

📋 copy color: '#360CDA'

red 54 ◦ green 12 ◦ blue 218

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

Shades of Han Purple #360CDA

Tints of Han Purple #360CDA

RGB

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

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

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

R = 19.01%
G = 4.23%
B = 76.76%

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

#360CDA (or 0x360CDA) is known color: Han Purple. HEX triplet: 36, 0C and DA. RGB value is (54,12,218). Sum of RGB (Red+Green+Blue) = 54+12+218=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 218 (85.55% from 255 or 76.76% from 284); Max value from RGB is 218 - color contains mainly: blue. Hex color #360CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CDA is #C9F325. Grayscale: #2F2F2F. Windows color (decimal): -13234982 or 14289974. OLE color: 14289974.

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

Color convert

RGB 54 12 218 -
CMYK 0.75 0.94 0 0.15
HSL 252.23º 0.9% 0.45% -
HSV(B) 252.23º 0.94% 0.85% -
XYZ 14.31 6.11 66.75 -
YUV 48.04 223.91 132.25 -
System Red Green Blue C M Y K H S L
Decimal 54 12 218 0.75 0.94 0 0.15 252.23 0.9 0.45
Hex 36 C DA 4B 5E 0 F FC 5A 2D
Octal 66 14 332 113 136 0 17 374 132 55
Binary 110110 1100 11011010 1001011 1011110 0 1111 11111100 1011010 101101

Color Harmonies of #360CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360CDA

Black with #360CDA

Text Example


Text Example

White with #360CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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