Html Css Color HEX #340FCC Han Purple

📋 copy color: '#340FCC'

red 52 ◦ green 15 ◦ blue 204

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

Shades of Han Purple #340FCC

Tints of Han Purple #340FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.54%

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

R = 19.19%
G = 5.54%
B = 75.28%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#340FCC (or 0x340FCC) is known color: Han Purple. HEX triplet: 34, 0F and CC. RGB value is (52,15,204). Sum of RGB (Red+Green+Blue) = 52+15+204=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #340FCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340FCC is #CBF033. Grayscale: #2E2E2E. Windows color (decimal): -13365300 or 13373236. OLE color: 13373236.

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

Color convert

RGB 52 15 204 -
CMYK 0.75 0.93 0 0.2
HSL 251.75º 0.86% 0.43% -
HSV(B) 251.75º 0.93% 0.8% -
XYZ 12.49 5.43 57.52 -
YUV 47.61 216.26 131.13 -
System Red Green Blue C M Y K H S L
Decimal 52 15 204 0.75 0.93 0 0.2 251.75 0.86 0.43
Hex 34 F CC 4B 5D 0 14 FC 56 2B
Octal 64 17 314 113 135 0 24 374 126 53
Binary 110100 1111 11001100 1001011 1011101 0 10100 11111100 1010110 101011

Color Harmonies of #340FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340FCC

Black with #340FCC

Text Example


Text Example

White with #340FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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