Html Css Color HEX #361AEF Han Purple

📋 copy color: '#361AEF'

red 54 ◦ green 26 ◦ blue 239

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

Shades of Han Purple #361AEF

Tints of Han Purple #361AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 74.92%

R = 16.93%
G = 8.15%
B = 74.92%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#361AEF (or 0x361AEF) is known color: Han Purple. HEX triplet: 36, 1A and EF. RGB value is (54,26,239). Sum of RGB (Red+Green+Blue) = 54+26+239=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 239 (93.75% from 255 or 74.92% from 319); Max value from RGB is 239 - color contains mainly: blue. Hex color #361AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361AEF is #C9E510. Grayscale: #393939. Windows color (decimal): -13231377 or 15669814. OLE color: 15669814.

HSL color Cylindrical-coordinate representation of color #361AEF: hue angle of 247.89º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #361AEF is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 26 239 -
CMYK 0.77 0.89 0 0.06
HSL 247.89º 0.87% 0.52% -
HSV(B) 247.89º 0.89% 0.94% -
XYZ 17.47 7.76 82.24 -
YUV 58.65 229.78 124.68 -
System Red Green Blue C M Y K H S L
Decimal 54 26 239 0.77 0.89 0 0.06 247.89 0.87 0.52
Hex 36 1A EF 4D 59 0 6 F8 57 34
Octal 66 32 357 115 131 0 6 370 127 64
Binary 110110 11010 11101111 1001101 1011001 0 110 11111000 1010111 110100

Color Harmonies of #361AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361AEF

Black with #361AEF

Text Example


Text Example

White with #361AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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