Html Css Color HEX #341CDD Han Purple

📋 copy color: '#341CDD'

red 52 ◦ green 28 ◦ blue 221

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

Shades of Han Purple #341CDD

Tints of Han Purple #341CDD

RGB

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

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

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

R = 17.28%
G = 9.3%
B = 73.42%

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

#341CDD (or 0x341CDD) is known color: Han Purple. HEX triplet: 34, 1C and DD. RGB value is (52,28,221). Sum of RGB (Red+Green+Blue) = 52+28+221=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #341CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CDD is #CBE322. Grayscale: #383838. Windows color (decimal): -13361955 or 14490676. OLE color: 14490676.

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

Color convert

RGB 52 28 221 -
CMYK 0.76 0.87 0 0.13
HSL 247.46º 0.78% 0.49% -
HSV(B) 247.46º 0.87% 0.87% -
XYZ 14.88 6.78 68.93 -
YUV 57.18 220.45 124.31 -
System Red Green Blue C M Y K H S L
Decimal 52 28 221 0.76 0.87 0 0.13 247.46 0.78 0.49
Hex 34 1C DD 4C 57 0 D F7 4E 31
Octal 64 34 335 114 127 0 15 367 116 61
Binary 110100 11100 11011101 1001100 1010111 0 1101 11110111 1001110 110001

Color Harmonies of #341CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341CDD

Black with #341CDD

Text Example


Text Example

White with #341CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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