Html Css Color HEX #361AFF Han Purple

📋 copy color: '#361AFF'

red 54 ◦ green 26 ◦ blue 255

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

Shades of Han Purple #361AFF

Tints of Han Purple #361AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.76%

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

R = 16.12%
G = 7.76%
B = 76.12%

CMYK

 C value IS 0.79

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#361AFF (or 0x361AFF) is known color: Han Purple. HEX triplet: 36, 1A and FF. RGB value is (54,26,255). Sum of RGB (Red+Green+Blue) = 54+26+255=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #361AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361AFF is #C9E500. Grayscale: #3B3B3B. Windows color (decimal): -13231361 or 16718390. OLE color: 16718390.

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

Color convert

RGB 54 26 255 -
CMYK 0.79 0.90 0 0
HSL 247.34º 1% 0.55% -
HSV(B) 247.34º 0.9% 1% -
XYZ 19.94 8.74 95.24 -
YUV 60.48 237.78 123.38 -
System Red Green Blue C M Y K H S L
Decimal 54 26 255 0.79 0.90 0 0 247.34 1 0.55
Hex 36 1A FF 4F 5A 0 0 F7 64 37
Octal 66 32 377 117 132 0 0 367 144 67
Binary 110110 11010 11111111 1001111 1011010 0 0 11110111 1100100 110111

Color Harmonies of #361AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361AFF

Black with #361AFF

Text Example


Text Example

White with #361AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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