Html Css Color HEX #361AEC Han Purple

📋 copy color: '#361AEC'

red 54 ◦ green 26 ◦ blue 236

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

Shades of Han Purple #361AEC

Tints of Han Purple #361AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 74.68%

R = 17.09%
G = 8.23%
B = 74.68%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#361AEC (or 0x361AEC) is known color: Han Purple. HEX triplet: 36, 1A and EC. RGB value is (54,26,236). Sum of RGB (Red+Green+Blue) = 54+26+236=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #361AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361AEC is #C9E513. Grayscale: #393939. Windows color (decimal): -13231380 or 15473206. OLE color: 15473206.

HSL color Cylindrical-coordinate representation of color #361AEC: hue angle of 248º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #361AEC is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 26 236 -
CMYK 0.77 0.89 0 0.07
HSL 248º 0.85% 0.51% -
HSV(B) 248º 0.89% 0.93% -
XYZ 17.03 7.58 79.92 -
YUV 58.31 228.28 124.92 -
System Red Green Blue C M Y K H S L
Decimal 54 26 236 0.77 0.89 0 0.07 248 0.85 0.51
Hex 36 1A EC 4D 59 0 7 F8 55 33
Octal 66 32 354 115 131 0 7 370 125 63
Binary 110110 11010 11101100 1001101 1011001 0 111 11111000 1010101 110011

Color Harmonies of #361AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361AEC

Black with #361AEC

Text Example


Text Example

White with #361AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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