Html Css Color HEX #361AF9 Han Purple

📋 copy color: '#361AF9'

red 54 ◦ green 26 ◦ blue 249

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

Shades of Han Purple #361AF9

Tints of Han Purple #361AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 75.68%

R = 16.41%
G = 7.9%
B = 75.68%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#361AF9 (or 0x361AF9) is known color: Han Purple. HEX triplet: 36, 1A and F9. RGB value is (54,26,249). Sum of RGB (Red+Green+Blue) = 54+26+249=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 249 (97.66% from 255 or 75.68% from 329); Max value from RGB is 249 - color contains mainly: blue. Hex color #361AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361AF9 is #C9E506. Grayscale: #3A3A3A. Windows color (decimal): -13231367 or 16325174. OLE color: 16325174.

HSL color Cylindrical-coordinate representation of color #361AF9: hue angle of 247.53º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #361AF9 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 26 249 -
CMYK 0.78 0.90 0 0.02
HSL 247.53º 0.95% 0.54% -
HSV(B) 247.53º 0.9% 0.98% -
XYZ 18.99 8.36 90.24 -
YUV 59.79 234.78 123.87 -
System Red Green Blue C M Y K H S L
Decimal 54 26 249 0.78 0.90 0 0.02 247.53 0.95 0.54
Hex 36 1A F9 4E 5A 0 2 F8 5F 36
Octal 66 32 371 116 132 0 2 370 137 66
Binary 110110 11010 11111001 1001110 1011010 0 10 11111000 1011111 110110

Color Harmonies of #361AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361AF9

Black with #361AF9

Text Example


Text Example

White with #361AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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