Html Css Color HEX #360CCC Han Purple

📋 copy color: '#360CCC'

red 54 ◦ green 12 ◦ blue 204

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

Shades of Han Purple #360CCC

Tints of Han Purple #360CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 75.56%

R = 20%
G = 4.44%
B = 75.56%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#360CCC (or 0x360CCC) is known color: Han Purple. HEX triplet: 36, 0C and CC. RGB value is (54,12,204). Sum of RGB (Red+Green+Blue) = 54+12+204=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #360CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CCC is #C9F333. Grayscale: #2D2D2D. Windows color (decimal): -13234996 or 13372470. OLE color: 13372470.

HSL color Cylindrical-coordinate representation of color #360CCC: hue angle of 253.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360CCC is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 12 204 -
CMYK 0.74 0.94 0 0.2
HSL 253.13º 0.89% 0.42% -
HSV(B) 253.13º 0.94% 0.8% -
XYZ 12.55 5.41 57.51 -
YUV 46.45 216.91 133.39 -
System Red Green Blue C M Y K H S L
Decimal 54 12 204 0.74 0.94 0 0.2 253.13 0.89 0.42
Hex 36 C CC 4A 5E 0 14 FD 59 2A
Octal 66 14 314 112 136 0 24 375 131 52
Binary 110110 1100 11001100 1001010 1011110 0 10100 11111101 1011001 101010

Color Harmonies of #360CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360CCC

Black with #360CCC

Text Example


Text Example

White with #360CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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