Html Css Color HEX #361BE3 Han Purple

📋 copy color: '#361BE3'

red 54 ◦ green 27 ◦ blue 227

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

Shades of Han Purple #361BE3

Tints of Han Purple #361BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 73.7%

R = 17.53%
G = 8.77%
B = 73.7%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#361BE3 (or 0x361BE3) is known color: Han Purple. HEX triplet: 36, 1B and E3. RGB value is (54,27,227). Sum of RGB (Red+Green+Blue) = 54+27+227=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 227 (89.06% from 255 or 73.70% from 308); Max value from RGB is 227 - color contains mainly: blue. Hex color #361BE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361BE3 is #C9E41C. Grayscale: #393939. Windows color (decimal): -13231133 or 14883638. OLE color: 14883638.

HSL color Cylindrical-coordinate representation of color #361BE3: hue angle of 248.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #361BE3 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 54 27 227 -
CMYK 0.76 0.88 0 0.11
HSL 248.1º 0.79% 0.5% -
HSV(B) 248.1º 0.88% 0.89% -
XYZ 15.78 7.11 73.21 -
YUV 57.87 223.45 125.24 -
System Red Green Blue C M Y K H S L
Decimal 54 27 227 0.76 0.88 0 0.11 248.1 0.79 0.5
Hex 36 1B E3 4C 58 0 B F8 4F 32
Octal 66 33 343 114 130 0 13 370 117 62
Binary 110110 11011 11100011 1001100 1011000 0 1011 11111000 1001111 110010

Color Harmonies of #361BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361BE3

Black with #361BE3

Text Example


Text Example

White with #361BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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