Html Css Color HEX #340CDD Han Purple

📋 copy color: '#340CDD'

red 52 ◦ green 12 ◦ blue 221

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

Shades of Han Purple #340CDD

Tints of Han Purple #340CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.21%

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

R = 18.25%
G = 4.21%
B = 77.54%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#340CDD (or 0x340CDD) is known color: Han Purple. HEX triplet: 34, 0C and DD. RGB value is (52,12,221). Sum of RGB (Red+Green+Blue) = 52+12+221=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #340CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340CDD is #CBF322. Grayscale: #2E2E2E. Windows color (decimal): -13366051 or 14486580. OLE color: 14486580.

HSL color Cylindrical-coordinate representation of color #340CDD: hue angle of 251.48º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340CDD is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 12 221 -
CMYK 0.76 0.95 0 0.13
HSL 251.48º 0.9% 0.46% -
HSV(B) 251.48º 0.95% 0.87% -
XYZ 14.6 6.21 68.84 -
YUV 47.79 225.75 131.01 -
System Red Green Blue C M Y K H S L
Decimal 52 12 221 0.76 0.95 0 0.13 251.48 0.9 0.46
Hex 34 C DD 4C 5F 0 D FB 5A 2E
Octal 64 14 335 114 137 0 15 373 132 56
Binary 110100 1100 11011101 1001100 1011111 0 1101 11111011 1011010 101110

Color Harmonies of #340CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340CDD

Black with #340CDD

Text Example


Text Example

White with #340CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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