Html Css Color HEX #361EFE Han Purple

📋 copy color: '#361EFE'

red 54 ◦ green 30 ◦ blue 254

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

Shades of Han Purple #361EFE

Tints of Han Purple #361EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.88%

 BLUE value IS 254 (99.61% from 255) = 75.15%

R = 15.98%
G = 8.88%
B = 75.15%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#361EFE (or 0x361EFE) is known color: Han Purple. HEX triplet: 36, 1E and FE. RGB value is (54,30,254). Sum of RGB (Red+Green+Blue) = 54+30+254=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #361EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361EFE is #C9E101. Grayscale: #3D3D3D. Windows color (decimal): -13230338 or 16653878. OLE color: 16653878.

HSL color Cylindrical-coordinate representation of color #361EFE: hue angle of 246.43º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361EFE is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 54 30 254 -
CMYK 0.79 0.88 0 0.00
HSL 246.43º 0.99% 0.56% -
HSV(B) 246.43º 0.88% 1% -
XYZ 19.87 8.87 94.43 -
YUV 62.71 235.95 121.79 -
System Red Green Blue C M Y K H S L
Decimal 54 30 254 0.79 0.88 0 0.00 246.43 0.99 0.56
Hex 36 1E FE 4F 58 0 0 F6 63 38
Octal 66 36 376 117 130 0 0 366 143 70
Binary 110110 11110 11111110 1001111 1011000 0 0 11110110 1100011 111000

Color Harmonies of #361EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361EFE

Black with #361EFE

Text Example


Text Example

White with #361EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,30,254); }

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

background-color css

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

 a { background-color: rgb(54,30,254); }

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

border-color css

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

 span { border-color: rgb(54,30,254); }

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