Html Css Color HEX #362EDF Han Purple

📋 copy color: '#362EDF'

red 54 ◦ green 46 ◦ blue 223

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

Shades of Han Purple #362EDF

Tints of Han Purple #362EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.04%

R = 16.72%
G = 14.24%
B = 69.04%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#362EDF (or 0x362EDF) is known color: Han Purple. HEX triplet: 36, 2E and DF. RGB value is (54,46,223). Sum of RGB (Red+Green+Blue) = 54+46+223=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #362EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362EDF is #C9D120. Grayscale: #434343. Windows color (decimal): -13226273 or 14626358. OLE color: 14626358.

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

Color convert

RGB 54 46 223 -
CMYK 0.76 0.79 0 0.13
HSL 242.71º 0.73% 0.53% -
HSV(B) 242.71º 0.79% 0.87% -
XYZ 15.82 8.07 70.54 -
YUV 68.57 215.15 117.61 -
System Red Green Blue C M Y K H S L
Decimal 54 46 223 0.76 0.79 0 0.13 242.71 0.73 0.53
Hex 36 2E DF 4C 4F 0 D F3 49 35
Octal 66 56 337 114 117 0 15 363 111 65
Binary 110110 101110 11011111 1001100 1001111 0 1101 11110011 1001001 110101

Color Harmonies of #362EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362EDF

Black with #362EDF

Text Example


Text Example

White with #362EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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