Html Css Color HEX #361BEF Han Purple

📋 copy color: '#361BEF'

red 54 ◦ green 27 ◦ blue 239

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

Shades of Han Purple #361BEF

Tints of Han Purple #361BEF

RGB

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

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

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

R = 16.88%
G = 8.44%
B = 74.69%

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

#361BEF (or 0x361BEF) is known color: Han Purple. HEX triplet: 36, 1B and EF. RGB value is (54,27,239). Sum of RGB (Red+Green+Blue) = 54+27+239=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 239 (93.75% from 255 or 74.69% from 320); Max value from RGB is 239 - color contains mainly: blue. Hex color #361BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361BEF is #C9E410. Grayscale: #3A3A3A. Windows color (decimal): -13231121 or 15670070. OLE color: 15670070.

HSL color Cylindrical-coordinate representation of color #361BEF: hue angle of 247.64º 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 #361BEF is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 27 239 -
CMYK 0.77 0.89 0 0.06
HSL 247.64º 0.87% 0.52% -
HSV(B) 247.64º 0.89% 0.94% -
XYZ 17.49 7.8 82.24 -
YUV 59.24 229.45 124.26 -
System Red Green Blue C M Y K H S L
Decimal 54 27 239 0.77 0.89 0 0.06 247.64 0.87 0.52
Hex 36 1B EF 4D 59 0 6 F8 57 34
Octal 66 33 357 115 131 0 6 370 127 64
Binary 110110 11011 11101111 1001101 1011001 0 110 11111000 1010111 110100

Color Harmonies of #361BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361BEF

Black with #361BEF

Text Example


Text Example

White with #361BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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