Html Css Color HEX #3418DD Han Purple

📋 copy color: '#3418DD'

red 52 ◦ green 24 ◦ blue 221

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

Shades of Han Purple #3418DD

Tints of Han Purple #3418DD

RGB

 RED value IS 52 (20.7% from 255) = 17.51%

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

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

R = 17.51%
G = 8.08%
B = 74.41%

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

#3418DD (or 0x3418DD) is known color: Han Purple. HEX triplet: 34, 18 and DD. RGB value is (52,24,221). Sum of RGB (Red+Green+Blue) = 52+24+221=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 221 (86.72% from 255 or 74.41% from 297); Max value from RGB is 221 - color contains mainly: blue. Hex color #3418DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3418DD is #CBE722. Grayscale: #363636. Windows color (decimal): -13362979 or 14489652. OLE color: 14489652.

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

Color convert

RGB 52 24 221 -
CMYK 0.76 0.89 0 0.13
HSL 248.53º 0.8% 0.48% -
HSV(B) 248.53º 0.89% 0.87% -
XYZ 14.79 6.6 68.9 -
YUV 54.83 221.78 125.98 -
System Red Green Blue C M Y K H S L
Decimal 52 24 221 0.76 0.89 0 0.13 248.53 0.8 0.48
Hex 34 18 DD 4C 59 0 D F9 50 30
Octal 64 30 335 114 131 0 15 371 120 60
Binary 110100 11000 11011101 1001100 1011001 0 1101 11111001 1010000 110000

Color Harmonies of #3418DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3418DD

Black with #3418DD

Text Example


Text Example

White with #3418DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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