Html Css Color HEX #360BDD Han Purple

📋 copy color: '#360BDD'

red 54 ◦ green 11 ◦ blue 221

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

Shades of Han Purple #360BDD

Tints of Han Purple #360BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 77.27%

R = 18.88%
G = 3.85%
B = 77.27%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#360BDD (or 0x360BDD) is known color: Han Purple. HEX triplet: 36, 0B and DD. RGB value is (54,11,221). Sum of RGB (Red+Green+Blue) = 54+11+221=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #360BDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360BDD is #C9F422. Grayscale: #2F2F2F. Windows color (decimal): -13235235 or 14486326. OLE color: 14486326.

HSL color Cylindrical-coordinate representation of color #360BDD: hue angle of 252.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360BDD is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 11 221 -
CMYK 0.76 0.95 0 0.13
HSL 252.29º 0.91% 0.45% -
HSV(B) 252.29º 0.95% 0.87% -
XYZ 14.69 6.24 68.84 -
YUV 47.8 225.75 132.42 -
System Red Green Blue C M Y K H S L
Decimal 54 11 221 0.76 0.95 0 0.13 252.29 0.91 0.45
Hex 36 B DD 4C 5F 0 D FC 5B 2D
Octal 66 13 335 114 137 0 15 374 133 55
Binary 110110 1011 11011101 1001100 1011111 0 1101 11111100 1011011 101101

Color Harmonies of #360BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360BDD

Black with #360BDD

Text Example


Text Example

White with #360BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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