Html Css Color HEX #361BEE Han Purple

📋 copy color: '#361BEE'

red 54 ◦ green 27 ◦ blue 238

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

Shades of Han Purple #361BEE

Tints of Han Purple #361BEE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.46%

 BLUE value IS 238 (93.36% from 255) = 74.61%

R = 16.93%
G = 8.46%
B = 74.61%

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

#361BEE (or 0x361BEE) is known color: Han Purple. HEX triplet: 36, 1B and EE. RGB value is (54,27,238). Sum of RGB (Red+Green+Blue) = 54+27+238=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 238 (93.36% from 255 or 74.61% from 319); Max value from RGB is 238 - color contains mainly: blue. Hex color #361BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361BEE is #C9E411. Grayscale: #3A3A3A. Windows color (decimal): -13231122 or 15604534. OLE color: 15604534.

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

Color convert

RGB 54 27 238 -
CMYK 0.77 0.89 0 0.07
HSL 247.68º 0.86% 0.52% -
HSV(B) 247.68º 0.89% 0.93% -
XYZ 17.35 7.74 81.47 -
YUV 59.13 228.95 124.34 -
System Red Green Blue C M Y K H S L
Decimal 54 27 238 0.77 0.89 0 0.07 247.68 0.86 0.52
Hex 36 1B EE 4D 59 0 7 F8 56 34
Octal 66 33 356 115 131 0 7 370 126 64
Binary 110110 11011 11101110 1001101 1011001 0 111 11111000 1010110 110100

Color Harmonies of #361BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361BEE

Black with #361BEE

Text Example


Text Example

White with #361BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,27,238); }

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

background-color css

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

 a { background-color: rgb(54,27,238); }

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

border-color css

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

 span { border-color: rgb(54,27,238); }

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