Html Css Color HEX #3618DD Han Purple

📋 copy color: '#3618DD'

red 54 ◦ green 24 ◦ blue 221

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

Shades of Han Purple #3618DD

Tints of Han Purple #3618DD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.03%

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

R = 18.06%
G = 8.03%
B = 73.91%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3618DD (or 0x3618DD) is known color: Han Purple. HEX triplet: 36, 18 and DD. RGB value is (54,24,221). Sum of RGB (Red+Green+Blue) = 54+24+221=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #3618DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3618DD is #C9E722. Grayscale: #363636. Windows color (decimal): -13231907 or 14489654. OLE color: 14489654.

HSL color Cylindrical-coordinate representation of color #3618DD: hue angle of 249.14º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3618DD is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 24 221 -
CMYK 0.76 0.89 0 0.13
HSL 249.14º 0.8% 0.48% -
HSV(B) 249.14º 0.89% 0.87% -
XYZ 14.9 6.66 68.91 -
YUV 55.43 221.44 126.98 -
System Red Green Blue C M Y K H S L
Decimal 54 24 221 0.76 0.89 0 0.13 249.14 0.8 0.48
Hex 36 18 DD 4C 59 0 D F9 50 30
Octal 66 30 335 114 131 0 15 371 120 60
Binary 110110 11000 11011101 1001100 1011001 0 1101 11111001 1010000 110000

Color Harmonies of #3618DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3618DD

Black with #3618DD

Text Example


Text Example

White with #3618DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3618DD; }

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

 H1.HeaderClassName
 {
   color: #3618DD;
 }
 .AnyTagClassName
 {
   color: #3618DD;
 }
</style>

background-color css

<style>
 a { background-color: #3618DD; }

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

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

border-color css

<style>
 span { border-color: #3618DD; }

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

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