Html Css Color HEX #340CFC Han Purple

📋 copy color: '#340CFC'

red 52 ◦ green 12 ◦ blue 252

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

Shades of Han Purple #340CFC

Tints of Han Purple #340CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 79.75%

R = 16.46%
G = 3.8%
B = 79.75%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#340CFC (or 0x340CFC) is known color: Han Purple. HEX triplet: 34, 0C and FC. RGB value is (52,12,252). Sum of RGB (Red+Green+Blue) = 52+12+252=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 252 (98.83% from 255 or 79.75% from 316); Max value from RGB is 252 - color contains mainly: blue. Hex color #340CFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340CFC is #CBF303. Grayscale: #323232. Windows color (decimal): -13366020 or 16518196. OLE color: 16518196.

HSL color Cylindrical-coordinate representation of color #340CFC: hue angle of 250º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340CFC is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 12 252 -
CMYK 0.79 0.95 0 0.01
HSL 250º 0.98% 0.52% -
HSV(B) 250º 0.95% 0.99% -
XYZ 19.12 8.02 92.64 -
YUV 51.32 241.25 128.49 -
System Red Green Blue C M Y K H S L
Decimal 52 12 252 0.79 0.95 0 0.01 250 0.98 0.52
Hex 34 C FC 4F 5F 0 1 FA 62 34
Octal 64 14 374 117 137 0 1 372 142 64
Binary 110100 1100 11111100 1001111 1011111 0 1 11111010 1100010 110100

Color Harmonies of #340CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340CFC

Black with #340CFC

Text Example


Text Example

White with #340CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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