Html Css Color HEX #361BFF Han Purple

📋 copy color: '#361BFF'

red 54 ◦ green 27 ◦ blue 255

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

Shades of Han Purple #361BFF

Tints of Han Purple #361BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.04%

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

R = 16.07%
G = 8.04%
B = 75.89%

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

#361BFF (or 0x361BFF) is known color: Han Purple. HEX triplet: 36, 1B and FF. RGB value is (54,27,255). Sum of RGB (Red+Green+Blue) = 54+27+255=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #361BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361BFF is #C9E400. Grayscale: #3C3C3C. Windows color (decimal): -13231105 or 16718646. OLE color: 16718646.

HSL color Cylindrical-coordinate representation of color #361BFF: hue angle of 247.11º 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 #361BFF is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 54 27 255 -
CMYK 0.79 0.89 0 0
HSL 247.11º 1% 0.55% -
HSV(B) 247.11º 0.89% 1% -
XYZ 19.96 8.79 95.25 -
YUV 61.07 237.45 122.96 -
System Red Green Blue C M Y K H S L
Decimal 54 27 255 0.79 0.89 0 0 247.11 1 0.55
Hex 36 1B FF 4F 59 0 0 F7 64 37
Octal 66 33 377 117 131 0 0 367 144 67
Binary 110110 11011 11111111 1001111 1011001 0 0 11110111 1100100 110111

Color Harmonies of #361BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361BFF

Black with #361BFF

Text Example


Text Example

White with #361BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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