Html Css Color HEX #360BDF Han Purple

📋 copy color: '#360BDF'

red 54 ◦ green 11 ◦ blue 223

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

Shades of Han Purple #360BDF

Tints of Han Purple #360BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 77.43%

R = 18.75%
G = 3.82%
B = 77.43%

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

#360BDF (or 0x360BDF) is known color: Han Purple. HEX triplet: 36, 0B and DF. RGB value is (54,11,223). Sum of RGB (Red+Green+Blue) = 54+11+223=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #360BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360BDF is #C9F420. Grayscale: #2F2F2F. Windows color (decimal): -13235233 or 14617398. OLE color: 14617398.

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

Color convert

RGB 54 11 223 -
CMYK 0.76 0.95 0 0.13
HSL 252.17º 0.91% 0.46% -
HSV(B) 252.17º 0.95% 0.87% -
XYZ 14.96 6.35 70.25 -
YUV 48.03 226.75 132.26 -
System Red Green Blue C M Y K H S L
Decimal 54 11 223 0.76 0.95 0 0.13 252.17 0.91 0.46
Hex 36 B DF 4C 5F 0 D FC 5B 2E
Octal 66 13 337 114 137 0 15 374 133 56
Binary 110110 1011 11011111 1001100 1011111 0 1101 11111100 1011011 101110

Color Harmonies of #360BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360BDF

Black with #360BDF

Text Example


Text Example

White with #360BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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