Html Css Color HEX #360DFB Han Purple

📋 copy color: '#360DFB'

red 54 ◦ green 13 ◦ blue 251

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

Shades of Han Purple #360DFB

Tints of Han Purple #360DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.09%

 BLUE value IS 251 (98.44% from 255) = 78.93%

R = 16.98%
G = 4.09%
B = 78.93%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#360DFB (or 0x360DFB) is known color: Han Purple. HEX triplet: 36, 0D and FB. RGB value is (54,13,251). Sum of RGB (Red+Green+Blue) = 54+13+251=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 251 (98.44% from 255 or 78.93% from 318); Max value from RGB is 251 - color contains mainly: blue. Hex color #360DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360DFB is #C9F204. Grayscale: #333333. Windows color (decimal): -13234693 or 16452918. OLE color: 16452918.

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

Color convert

RGB 54 13 251 -
CMYK 0.78 0.95 0 0.02
HSL 250.34º 0.97% 0.52% -
HSV(B) 250.34º 0.95% 0.98% -
XYZ 19.08 8.04 91.81 -
YUV 52.39 240.08 129.15 -
System Red Green Blue C M Y K H S L
Decimal 54 13 251 0.78 0.95 0 0.02 250.34 0.97 0.52
Hex 36 D FB 4E 5F 0 2 FA 61 34
Octal 66 15 373 116 137 0 2 372 141 64
Binary 110110 1101 11111011 1001110 1011111 0 10 11111010 1100001 110100

Color Harmonies of #360DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360DFB

Black with #360DFB

Text Example


Text Example

White with #360DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,13,251); }

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

background-color css

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

 a { background-color: rgb(54,13,251); }

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

border-color css

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

 span { border-color: rgb(54,13,251); }

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