Html Css Color HEX #360FDE Han Purple

📋 copy color: '#360FDE'

red 54 ◦ green 15 ◦ blue 222

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

Shades of Han Purple #360FDE

Tints of Han Purple #360FDE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.15%

 BLUE value IS 222 (87.11% from 255) = 76.29%

R = 18.56%
G = 5.15%
B = 76.29%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#360FDE (or 0x360FDE) is known color: Han Purple. HEX triplet: 36, 0F and DE. RGB value is (54,15,222). Sum of RGB (Red+Green+Blue) = 54+15+222=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 222 (87.11% from 255 or 76.29% from 291); Max value from RGB is 222 - color contains mainly: blue. Hex color #360FDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FDE is #C9F021. Grayscale: #313131. Windows color (decimal): -13234210 or 14552886. OLE color: 14552886.

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

Color convert

RGB 54 15 222 -
CMYK 0.76 0.93 0 0.13
HSL 251.3º 0.87% 0.46% -
HSV(B) 251.3º 0.93% 0.87% -
XYZ 14.88 6.4 69.56 -
YUV 50.26 224.92 130.67 -
System Red Green Blue C M Y K H S L
Decimal 54 15 222 0.76 0.93 0 0.13 251.3 0.87 0.46
Hex 36 F DE 4C 5D 0 D FB 57 2E
Octal 66 17 336 114 135 0 15 373 127 56
Binary 110110 1111 11011110 1001100 1011101 0 1101 11111011 1010111 101110

Color Harmonies of #360FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360FDE

Black with #360FDE

Text Example


Text Example

White with #360FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,15,222); }

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

background-color css

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

 a { background-color: rgb(54,15,222); }

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

border-color css

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

 span { border-color: rgb(54,15,222); }

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