Html Css Color HEX #360BFA Han Purple

📋 copy color: '#360BFA'

red 54 ◦ green 11 ◦ blue 250

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

Shades of Han Purple #360BFA

Tints of Han Purple #360BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 79.37%

R = 17.14%
G = 3.49%
B = 79.37%

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

#360BFA (or 0x360BFA) is known color: Han Purple. HEX triplet: 36, 0B and FA. RGB value is (54,11,250). Sum of RGB (Red+Green+Blue) = 54+11+250=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 250 (98.05% from 255 or 79.37% from 315); Max value from RGB is 250 - color contains mainly: blue. Hex color #360BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360BFA is #C9F405. Grayscale: #323232. Windows color (decimal): -13235206 or 16386870. OLE color: 16386870.

HSL color Cylindrical-coordinate representation of color #360BFA: hue angle of 250.79º degrees, saturation: 0.96, 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 #360BFA is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 11 250 -
CMYK 0.78 0.96 0 0.02
HSL 250.8º 0.96% 0.51% -
HSV(B) 250.8º 0.96% 0.98% -
XYZ 18.9 7.93 90.98 -
YUV 51.1 240.25 130.07 -
System Red Green Blue C M Y K H S L
Decimal 54 11 250 0.78 0.96 0 0.02 250.8 0.96 0.51
Hex 36 B FA 4E 60 0 2 FB 60 33
Octal 66 13 372 116 140 0 2 373 140 63
Binary 110110 1011 11111010 1001110 1100000 0 10 11111011 1100000 110011

Color Harmonies of #360BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360BFA

Black with #360BFA

Text Example


Text Example

White with #360BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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