Html Css Color HEX #360BD1 Han Purple

📋 copy color: '#360BD1'

red 54 ◦ green 11 ◦ blue 209

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

Shades of Han Purple #360BD1

Tints of Han Purple #360BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 76.28%

R = 19.71%
G = 4.01%
B = 76.28%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#360BD1 (or 0x360BD1) is known color: Han Purple. HEX triplet: 36, 0B and D1. RGB value is (54,11,209). Sum of RGB (Red+Green+Blue) = 54+11+209=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 209 (82.03% from 255 or 76.28% from 274); Max value from RGB is 209 - color contains mainly: blue. Hex color #360BD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360BD1 is #C9F42E. Grayscale: #2D2D2D. Windows color (decimal): -13235247 or 13699894. OLE color: 13699894.

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

Color convert

RGB 54 11 209 -
CMYK 0.74 0.95 0 0.18
HSL 253.03º 0.9% 0.43% -
HSV(B) 253.03º 0.95% 0.82% -
XYZ 13.15 5.63 60.71 -
YUV 46.43 219.75 133.4 -
System Red Green Blue C M Y K H S L
Decimal 54 11 209 0.74 0.95 0 0.18 253.03 0.9 0.43
Hex 36 B D1 4A 5F 0 12 FD 5A 2B
Octal 66 13 321 112 137 0 22 375 132 53
Binary 110110 1011 11010001 1001010 1011111 0 10010 11111101 1011010 101011

Color Harmonies of #360BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360BD1

Black with #360BD1

Text Example


Text Example

White with #360BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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