Html Css Color HEX #361CDD Han Purple

📋 copy color: '#361CDD'

red 54 ◦ green 28 ◦ blue 221

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

Shades of Han Purple #361CDD

Tints of Han Purple #361CDD

RGB

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

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

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

R = 17.82%
G = 9.24%
B = 72.94%

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

#361CDD (or 0x361CDD) is known color: Han Purple. HEX triplet: 36, 1C and DD. RGB value is (54,28,221). Sum of RGB (Red+Green+Blue) = 54+28+221=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #361CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361CDD is #C9E322. Grayscale: #393939. Windows color (decimal): -13230883 or 14490678. OLE color: 14490678.

HSL color Cylindrical-coordinate representation of color #361CDD: hue angle of 248.08º 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 #361CDD is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 28 221 -
CMYK 0.76 0.87 0 0.13
HSL 248.08º 0.78% 0.49% -
HSV(B) 248.08º 0.87% 0.87% -
XYZ 14.99 6.84 68.94 -
YUV 57.78 220.11 125.31 -
System Red Green Blue C M Y K H S L
Decimal 54 28 221 0.76 0.87 0 0.13 248.08 0.78 0.49
Hex 36 1C DD 4C 57 0 D F8 4E 31
Octal 66 34 335 114 127 0 15 370 116 61
Binary 110110 11100 11011101 1001100 1010111 0 1101 11111000 1001110 110001

Color Harmonies of #361CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361CDD

Black with #361CDD

Text Example


Text Example

White with #361CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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