Html Css Color HEX #340DCC Han Purple

📋 copy color: '#340DCC'

red 52 ◦ green 13 ◦ blue 204

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

Shades of Han Purple #340DCC

Tints of Han Purple #340DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.83%

 BLUE value IS 204 (80.08% from 255) = 75.84%

R = 19.33%
G = 4.83%
B = 75.84%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#340DCC (or 0x340DCC) is known color: Han Purple. HEX triplet: 34, 0D and CC. RGB value is (52,13,204). Sum of RGB (Red+Green+Blue) = 52+13+204=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #340DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340DCC is #CBF233. Grayscale: #2D2D2D. Windows color (decimal): -13365812 or 13372724. OLE color: 13372724.

HSL color Cylindrical-coordinate representation of color #340DCC: hue angle of 252.25º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340DCC is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 13 204 -
CMYK 0.75 0.94 0 0.2
HSL 252.25º 0.88% 0.43% -
HSV(B) 252.25º 0.94% 0.8% -
XYZ 12.46 5.38 57.51 -
YUV 46.44 216.92 131.97 -
System Red Green Blue C M Y K H S L
Decimal 52 13 204 0.75 0.94 0 0.2 252.25 0.88 0.43
Hex 34 D CC 4B 5E 0 14 FC 58 2B
Octal 64 15 314 113 136 0 24 374 130 53
Binary 110100 1101 11001100 1001011 1011110 0 10100 11111100 1011000 101011

Color Harmonies of #340DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340DCC

Black with #340DCC

Text Example


Text Example

White with #340DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340DCC; }

 p { color: rgb(52,13,204); }

 H1.HeaderClassName
 {
   color: #340DCC;
 }
 .AnyTagClassName
 {
   color: #340DCC;
 }
</style>

background-color css

<style>
 a { background-color: #340DCC; }

 a { background-color: rgb(52,13,204); }

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

border-color css

<style>
 span { border-color: #340DCC; }

 span { border-color: rgb(52,13,204); }

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