Html Css Color HEX #360BCC Han Purple

📋 copy color: '#360BCC'

red 54 ◦ green 11 ◦ blue 204

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

Shades of Han Purple #360BCC

Tints of Han Purple #360BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.09%

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

R = 20.07%
G = 4.09%
B = 75.84%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#360BCC (or 0x360BCC) is known color: Han Purple. HEX triplet: 36, 0B and CC. RGB value is (54,11,204). Sum of RGB (Red+Green+Blue) = 54+11+204=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #360BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360BCC is #C9F433. Grayscale: #2D2D2D. Windows color (decimal): -13235252 or 13372214. OLE color: 13372214.

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

Color convert

RGB 54 11 204 -
CMYK 0.74 0.95 0 0.2
HSL 253.37º 0.9% 0.42% -
HSV(B) 253.37º 0.95% 0.8% -
XYZ 12.54 5.38 57.5 -
YUV 45.86 217.25 133.81 -
System Red Green Blue C M Y K H S L
Decimal 54 11 204 0.74 0.95 0 0.2 253.37 0.9 0.42
Hex 36 B CC 4A 5F 0 14 FD 5A 2A
Octal 66 13 314 112 137 0 24 375 132 52
Binary 110110 1011 11001100 1001010 1011111 0 10100 11111101 1011010 101010

Color Harmonies of #360BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360BCC

Black with #360BCC

Text Example


Text Example

White with #360BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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