Html Css Color HEX #360FDF Han Purple

📋 copy color: '#360FDF'

red 54 ◦ green 15 ◦ blue 223

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

Shades of Han Purple #360FDF

Tints of Han Purple #360FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 76.37%

R = 18.49%
G = 5.14%
B = 76.37%

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

#360FDF (or 0x360FDF) is known color: Han Purple. HEX triplet: 36, 0F and DF. RGB value is (54,15,223). Sum of RGB (Red+Green+Blue) = 54+15+223=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 223 (87.5% from 255 or 76.37% from 292); Max value from RGB is 223 - color contains mainly: blue. Hex color #360FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FDF is #C9F020. Grayscale: #313131. Windows color (decimal): -13234209 or 14618422. OLE color: 14618422.

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

Color convert

RGB 54 15 223 -
CMYK 0.76 0.93 0 0.13
HSL 251.25º 0.87% 0.47% -
HSV(B) 251.25º 0.93% 0.87% -
XYZ 15.01 6.45 70.27 -
YUV 50.37 225.42 130.59 -
System Red Green Blue C M Y K H S L
Decimal 54 15 223 0.76 0.93 0 0.13 251.25 0.87 0.47
Hex 36 F DF 4C 5D 0 D FB 57 2F
Octal 66 17 337 114 135 0 15 373 127 57
Binary 110110 1111 11011111 1001100 1011101 0 1101 11111011 1010111 101111

Color Harmonies of #360FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360FDF

Black with #360FDF

Text Example


Text Example

White with #360FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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