Html Css Color HEX #362CDD Han Purple

📋 copy color: '#362CDD'

red 54 ◦ green 44 ◦ blue 221

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

Shades of Han Purple #362CDD

Tints of Han Purple #362CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.79%

 BLUE value IS 221 (86.72% from 255) = 69.28%

R = 16.93%
G = 13.79%
B = 69.28%

CMYK

 C value IS 0.76

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#362CDD (or 0x362CDD) is known color: Han Purple. HEX triplet: 36, 2C and DD. RGB value is (54,44,221). Sum of RGB (Red+Green+Blue) = 54+44+221=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #362CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362CDD is #C9D322. Grayscale: #424242. Windows color (decimal): -13226787 or 14494774. OLE color: 14494774.

HSL color Cylindrical-coordinate representation of color #362CDD: hue angle of 243.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #362CDD is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 44 221 -
CMYK 0.76 0.80 0 0.13
HSL 243.39º 0.72% 0.52% -
HSV(B) 243.39º 0.8% 0.87% -
XYZ 15.47 7.81 69.1 -
YUV 67.17 214.81 118.61 -
System Red Green Blue C M Y K H S L
Decimal 54 44 221 0.76 0.80 0 0.13 243.39 0.72 0.52
Hex 36 2C DD 4C 50 0 D F3 48 34
Octal 66 54 335 114 120 0 15 363 110 64
Binary 110110 101100 11011101 1001100 1010000 0 1101 11110011 1001000 110100

Color Harmonies of #362CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362CDD

Black with #362CDD

Text Example


Text Example

White with #362CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,44,221); }

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

background-color css

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

 a { background-color: rgb(54,44,221); }

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

border-color css

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

 span { border-color: rgb(54,44,221); }

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