Html Css Color HEX #360AF9 Han Purple

📋 copy color: '#360AF9'

red 54 ◦ green 10 ◦ blue 249

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

Shades of Han Purple #360AF9

Tints of Han Purple #360AF9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.19%

 BLUE value IS 249 (97.66% from 255) = 79.55%

R = 17.25%
G = 3.19%
B = 79.55%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#360AF9 (or 0x360AF9) is known color: Han Purple. HEX triplet: 36, 0A and F9. RGB value is (54,10,249). Sum of RGB (Red+Green+Blue) = 54+10+249=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 249 (97.66% from 255 or 79.55% from 313); Max value from RGB is 249 - color contains mainly: blue. Hex color #360AF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360AF9 is #C9F506. Grayscale: #313131. Windows color (decimal): -13235463 or 16321078. OLE color: 16321078.

HSL color Cylindrical-coordinate representation of color #360AF9: hue angle of 251.05º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360AF9 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 10 249 -
CMYK 0.78 0.96 0 0.02
HSL 251.05º 0.95% 0.51% -
HSV(B) 251.05º 0.96% 0.98% -
XYZ 18.73 7.84 90.15 -
YUV 50.4 240.08 130.57 -
System Red Green Blue C M Y K H S L
Decimal 54 10 249 0.78 0.96 0 0.02 251.05 0.95 0.51
Hex 36 A F9 4E 60 0 2 FB 5F 33
Octal 66 12 371 116 140 0 2 373 137 63
Binary 110110 1010 11111001 1001110 1100000 0 10 11111011 1011111 110011

Color Harmonies of #360AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360AF9

Black with #360AF9

Text Example


Text Example

White with #360AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,10,249); }

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

background-color css

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

 a { background-color: rgb(54,10,249); }

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

border-color css

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

 span { border-color: rgb(54,10,249); }

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