Html Css Color HEX #361CDE Han Purple

📋 copy color: '#361CDE'

red 54 ◦ green 28 ◦ blue 222

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

Shades of Han Purple #361CDE

Tints of Han Purple #361CDE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.21%

 BLUE value IS 222 (87.11% from 255) = 73.03%

R = 17.76%
G = 9.21%
B = 73.03%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#361CDE (or 0x361CDE) is known color: Han Purple. HEX triplet: 36, 1C and DE. RGB value is (54,28,222). Sum of RGB (Red+Green+Blue) = 54+28+222=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 222 (87.11% from 255 or 73.03% from 304); Max value from RGB is 222 - color contains mainly: blue. Hex color #361CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361CDE is #C9E321. Grayscale: #393939. Windows color (decimal): -13230882 or 14556214. OLE color: 14556214.

HSL color Cylindrical-coordinate representation of color #361CDE: hue angle of 248.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #361CDE is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 28 222 -
CMYK 0.76 0.87 0 0.13
HSL 248.04º 0.78% 0.49% -
HSV(B) 248.04º 0.87% 0.87% -
XYZ 15.12 6.89 69.64 -
YUV 57.89 220.61 125.23 -
System Red Green Blue C M Y K H S L
Decimal 54 28 222 0.76 0.87 0 0.13 248.04 0.78 0.49
Hex 36 1C DE 4C 57 0 D F8 4E 31
Octal 66 34 336 114 127 0 15 370 116 61
Binary 110110 11100 11011110 1001100 1010111 0 1101 11111000 1001110 110001

Color Harmonies of #361CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361CDE

Black with #361CDE

Text Example


Text Example

White with #361CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,28,222); }

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

background-color css

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

 a { background-color: rgb(54,28,222); }

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

border-color css

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

 span { border-color: rgb(54,28,222); }

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