Html Css Color HEX #360BD5 Han Purple

📋 copy color: '#360BD5'

red 54 ◦ green 11 ◦ blue 213

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

Shades of Han Purple #360BD5

Tints of Han Purple #360BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 76.62%

R = 19.42%
G = 3.96%
B = 76.62%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#360BD5 (or 0x360BD5) is known color: Han Purple. HEX triplet: 36, 0B and D5. RGB value is (54,11,213). Sum of RGB (Red+Green+Blue) = 54+11+213=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 213 (83.59% from 255 or 76.62% from 278); Max value from RGB is 213 - color contains mainly: blue. Hex color #360BD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360BD5 is #C9F42A. Grayscale: #2E2E2E. Windows color (decimal): -13235243 or 13962038. OLE color: 13962038.

HSL color Cylindrical-coordinate representation of color #360BD5: hue angle of 252.77º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360BD5 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 11 213 -
CMYK 0.75 0.95 0 0.16
HSL 252.77º 0.9% 0.44% -
HSV(B) 252.77º 0.95% 0.84% -
XYZ 13.65 5.83 63.36 -
YUV 46.89 221.75 133.07 -
System Red Green Blue C M Y K H S L
Decimal 54 11 213 0.75 0.95 0 0.16 252.77 0.9 0.44
Hex 36 B D5 4B 5F 0 10 FD 5A 2C
Octal 66 13 325 113 137 0 20 375 132 54
Binary 110110 1011 11010101 1001011 1011111 0 10000 11111101 1011010 101100

Color Harmonies of #360BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360BD5

Black with #360BD5

Text Example


Text Example

White with #360BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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