Html Css Color HEX #361CFF Han Purple

📋 copy color: '#361CFF'

red 54 ◦ green 28 ◦ blue 255

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

Shades of Han Purple #361CFF

Tints of Han Purple #361CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.31%

 BLUE value IS 255 (100% from 255) = 75.67%

R = 16.02%
G = 8.31%
B = 75.67%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#361CFF (or 0x361CFF) is known color: Han Purple. HEX triplet: 36, 1C and FF. RGB value is (54,28,255). Sum of RGB (Red+Green+Blue) = 54+28+255=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #361CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361CFF is #C9E300. Grayscale: #3C3C3C. Windows color (decimal): -13230849 or 16718902. OLE color: 16718902.

HSL color Cylindrical-coordinate representation of color #361CFF: hue angle of 246.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #361CFF is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 54 28 255 -
CMYK 0.79 0.89 0 0
HSL 246.87º 1% 0.55% -
HSV(B) 246.87º 0.89% 1% -
XYZ 19.99 8.83 95.26 -
YUV 61.65 237.11 122.54 -
System Red Green Blue C M Y K H S L
Decimal 54 28 255 0.79 0.89 0 0 246.87 1 0.55
Hex 36 1C FF 4F 59 0 0 F7 64 37
Octal 66 34 377 117 131 0 0 367 144 67
Binary 110110 11100 11111111 1001111 1011001 0 0 11110111 1100100 110111

Color Harmonies of #361CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361CFF

Black with #361CFF

Text Example


Text Example

White with #361CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361CFF; }

 p { color: rgb(54,28,255); }

 H1.HeaderClassName
 {
   color: #361CFF;
 }
 .AnyTagClassName
 {
   color: #361CFF;
 }
</style>

background-color css

<style>
 a { background-color: #361CFF; }

 a { background-color: rgb(54,28,255); }

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

border-color css

<style>
 span { border-color: #361CFF; }

 span { border-color: rgb(54,28,255); }

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