Html Css Color HEX #340BCD Han Purple

📋 copy color: '#340BCD'

red 52 ◦ green 11 ◦ blue 205

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

Shades of Han Purple #340BCD

Tints of Han Purple #340BCD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.1%

 BLUE value IS 205 (80.47% from 255) = 76.49%

R = 19.4%
G = 4.1%
B = 76.49%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#340BCD (or 0x340BCD) is known color: Han Purple. HEX triplet: 34, 0B and CD. RGB value is (52,11,205). Sum of RGB (Red+Green+Blue) = 52+11+205=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #340BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340BCD is #CBF432. Grayscale: #2C2C2C. Windows color (decimal): -13366323 or 13437748. OLE color: 13437748.

HSL color Cylindrical-coordinate representation of color #340BCD: hue angle of 252.68º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340BCD is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 11 205 -
CMYK 0.75 0.95 0 0.20
HSL 252.68º 0.9% 0.42% -
HSV(B) 252.68º 0.95% 0.8% -
XYZ 12.56 5.38 58.13 -
YUV 45.38 218.08 132.73 -
System Red Green Blue C M Y K H S L
Decimal 52 11 205 0.75 0.95 0 0.20 252.68 0.9 0.42
Hex 34 B CD 4B 5F 0 14 FD 5A 2A
Octal 64 13 315 113 137 0 24 375 132 52
Binary 110100 1011 11001101 1001011 1011111 0 10100 11111101 1011010 101010

Color Harmonies of #340BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340BCD

Black with #340BCD

Text Example


Text Example

White with #340BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,11,205); }

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

background-color css

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

 a { background-color: rgb(52,11,205); }

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

border-color css

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

 span { border-color: rgb(52,11,205); }

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