Html Css Color HEX #362EE0 Han Purple

📋 copy color: '#362EE0'

red 54 ◦ green 46 ◦ blue 224

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

Shades of Han Purple #362EE0

Tints of Han Purple #362EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 69.14%

R = 16.67%
G = 14.2%
B = 69.14%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#362EE0 (or 0x362EE0) is known color: Han Purple. HEX triplet: 36, 2E and E0. RGB value is (54,46,224). Sum of RGB (Red+Green+Blue) = 54+46+224=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #362EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362EE0 is #C9D11F. Grayscale: #434343. Windows color (decimal): -13226272 or 14691894. OLE color: 14691894.

HSL color Cylindrical-coordinate representation of color #362EE0: hue angle of 242.7º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #362EE0 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 54 46 224 -
CMYK 0.76 0.79 0 0.12
HSL 242.7º 0.74% 0.53% -
HSV(B) 242.7º 0.79% 0.88% -
XYZ 15.95 8.12 71.25 -
YUV 68.68 215.65 117.53 -
System Red Green Blue C M Y K H S L
Decimal 54 46 224 0.76 0.79 0 0.12 242.7 0.74 0.53
Hex 36 2E E0 4C 4F 0 C F3 4A 35
Octal 66 56 340 114 117 0 14 363 112 65
Binary 110110 101110 11100000 1001100 1001111 0 1100 11110011 1001010 110101

Color Harmonies of #362EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362EE0

Black with #362EE0

Text Example


Text Example

White with #362EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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