Html Css Color HEX #361AF6 Han Purple

📋 copy color: '#361AF6'

red 54 ◦ green 26 ◦ blue 246

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

Shades of Han Purple #361AF6

Tints of Han Purple #361AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 75.46%

R = 16.56%
G = 7.98%
B = 75.46%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#361AF6 (or 0x361AF6) is known color: Han Purple. HEX triplet: 36, 1A and F6. RGB value is (54,26,246). Sum of RGB (Red+Green+Blue) = 54+26+246=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 246 (96.48% from 255 or 75.46% from 326); Max value from RGB is 246 - color contains mainly: blue. Hex color #361AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361AF6 is #C9E509. Grayscale: #3A3A3A. Windows color (decimal): -13231370 or 16128566. OLE color: 16128566.

HSL color Cylindrical-coordinate representation of color #361AF6: hue angle of 247.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #361AF6 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 54 26 246 -
CMYK 0.78 0.89 0 0.04
HSL 247.64º 0.92% 0.53% -
HSV(B) 247.64º 0.89% 0.96% -
XYZ 18.53 8.18 87.79 -
YUV 59.45 233.28 124.11 -
System Red Green Blue C M Y K H S L
Decimal 54 26 246 0.78 0.89 0 0.04 247.64 0.92 0.53
Hex 36 1A F6 4E 59 0 4 F8 5C 35
Octal 66 32 366 116 131 0 4 370 134 65
Binary 110110 11010 11110110 1001110 1011001 0 100 11111000 1011100 110101

Color Harmonies of #361AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361AF6

Black with #361AF6

Text Example


Text Example

White with #361AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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