Html Css Color HEX #360FDD Han Purple

📋 copy color: '#360FDD'

red 54 ◦ green 15 ◦ blue 221

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

Shades of Han Purple #360FDD

Tints of Han Purple #360FDD

RGB

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

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

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

R = 18.62%
G = 5.17%
B = 76.21%

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

#360FDD (or 0x360FDD) is known color: Han Purple. HEX triplet: 36, 0F and DD. RGB value is (54,15,221). Sum of RGB (Red+Green+Blue) = 54+15+221=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #360FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FDD is #C9F022. Grayscale: #313131. Windows color (decimal): -13234211 or 14487350. OLE color: 14487350.

HSL color Cylindrical-coordinate representation of color #360FDD: hue angle of 251.36º 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 #360FDD is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 15 221 -
CMYK 0.76 0.93 0 0.13
HSL 251.36º 0.87% 0.46% -
HSV(B) 251.36º 0.93% 0.87% -
XYZ 14.74 6.35 68.85 -
YUV 50.15 224.42 130.75 -
System Red Green Blue C M Y K H S L
Decimal 54 15 221 0.76 0.93 0 0.13 251.36 0.87 0.46
Hex 36 F DD 4C 5D 0 D FB 57 2E
Octal 66 17 335 114 135 0 15 373 127 56
Binary 110110 1111 11011101 1001100 1011101 0 1101 11111011 1010111 101110

Color Harmonies of #360FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360FDD

Black with #360FDD

Text Example


Text Example

White with #360FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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