Html Css Color HEX #362EEE Han Purple

📋 copy color: '#362EEE'

red 54 ◦ green 46 ◦ blue 238

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

Shades of Han Purple #362EEE

Tints of Han Purple #362EEE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.61%

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

R = 15.98%
G = 13.61%
B = 70.41%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#362EEE (or 0x362EEE) is known color: Han Purple. HEX triplet: 36, 2E and EE. RGB value is (54,46,238). Sum of RGB (Red+Green+Blue) = 54+46+238=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 238 (93.36% from 255 or 70.41% from 338); Max value from RGB is 238 - color contains mainly: blue. Hex color #362EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362EEE is #C9D111. Grayscale: #454545. Windows color (decimal): -13226258 or 15609398. OLE color: 15609398.

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

Color convert

RGB 54 46 238 -
CMYK 0.77 0.81 0 0.07
HSL 242.5º 0.85% 0.56% -
HSV(B) 242.5º 0.81% 0.93% -
XYZ 17.93 8.91 81.66 -
YUV 70.28 222.65 116.39 -
System Red Green Blue C M Y K H S L
Decimal 54 46 238 0.77 0.81 0 0.07 242.5 0.85 0.56
Hex 36 2E EE 4D 51 0 7 F2 55 38
Octal 66 56 356 115 121 0 7 362 125 70
Binary 110110 101110 11101110 1001101 1010001 0 111 11110010 1010101 111000

Color Harmonies of #362EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362EEE

Black with #362EEE

Text Example


Text Example

White with #362EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362EEE; }

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

 H1.HeaderClassName
 {
   color: #362EEE;
 }
 .AnyTagClassName
 {
   color: #362EEE;
 }
</style>

background-color css

<style>
 a { background-color: #362EEE; }

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

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

border-color css

<style>
 span { border-color: #362EEE; }

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

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