Html Css Color HEX #361AF8 Han Purple

📋 copy color: '#361AF8'

red 54 ◦ green 26 ◦ blue 248

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

Shades of Han Purple #361AF8

Tints of Han Purple #361AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 75.61%

R = 16.46%
G = 7.93%
B = 75.61%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#361AF8 (or 0x361AF8) is known color: Han Purple. HEX triplet: 36, 1A and F8. RGB value is (54,26,248). Sum of RGB (Red+Green+Blue) = 54+26+248=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 248 (97.27% from 255 or 75.61% from 328); Max value from RGB is 248 - color contains mainly: blue. Hex color #361AF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361AF8 is #C9E507. Grayscale: #3A3A3A. Windows color (decimal): -13231368 or 16259638. OLE color: 16259638.

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

Color convert

RGB 54 26 248 -
CMYK 0.78 0.90 0 0.03
HSL 247.57º 0.94% 0.54% -
HSV(B) 247.57º 0.9% 0.97% -
XYZ 18.83 8.3 89.42 -
YUV 59.68 234.28 123.95 -
System Red Green Blue C M Y K H S L
Decimal 54 26 248 0.78 0.90 0 0.03 247.57 0.94 0.54
Hex 36 1A F8 4E 5A 0 3 F8 5E 36
Octal 66 32 370 116 132 0 3 370 136 66
Binary 110110 11010 11111000 1001110 1011010 0 11 11111000 1011110 110110

Color Harmonies of #361AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361AF8

Black with #361AF8

Text Example


Text Example

White with #361AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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