Html Css Color HEX #361EEB Han Purple

📋 copy color: '#361EEB'

red 54 ◦ green 30 ◦ blue 235

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

Shades of Han Purple #361EEB

Tints of Han Purple #361EEB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.4%

 BLUE value IS 235 (92.19% from 255) = 73.67%

R = 16.93%
G = 9.4%
B = 73.67%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#361EEB (or 0x361EEB) is known color: Han Purple. HEX triplet: 36, 1E and EB. RGB value is (54,30,235). Sum of RGB (Red+Green+Blue) = 54+30+235=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 235 (92.19% from 255 or 73.67% from 319); Max value from RGB is 235 - color contains mainly: blue. Hex color #361EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361EEB is #C9E114. Grayscale: #3B3B3B. Windows color (decimal): -13230357 or 15408694. OLE color: 15408694.

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

Color convert

RGB 54 30 235 -
CMYK 0.77 0.87 0 0.08
HSL 247.02º 0.84% 0.52% -
HSV(B) 247.02º 0.87% 0.92% -
XYZ 16.98 7.71 79.19 -
YUV 60.55 226.45 123.33 -
System Red Green Blue C M Y K H S L
Decimal 54 30 235 0.77 0.87 0 0.08 247.02 0.84 0.52
Hex 36 1E EB 4D 57 0 8 F7 54 34
Octal 66 36 353 115 127 0 10 367 124 64
Binary 110110 11110 11101011 1001101 1010111 0 1000 11110111 1010100 110100

Color Harmonies of #361EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361EEB

Black with #361EEB

Text Example


Text Example

White with #361EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,30,235); }

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

background-color css

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

 a { background-color: rgb(54,30,235); }

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

border-color css

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

 span { border-color: rgb(54,30,235); }

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