Html Css Color HEX #340CFB Han Purple

📋 copy color: '#340CFB'

red 52 ◦ green 12 ◦ blue 251

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

Shades of Han Purple #340CFB

Tints of Han Purple #340CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 79.68%

R = 16.51%
G = 3.81%
B = 79.68%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#340CFB (or 0x340CFB) is known color: Han Purple. HEX triplet: 34, 0C and FB. RGB value is (52,12,251). Sum of RGB (Red+Green+Blue) = 52+12+251=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 251 (98.44% from 255 or 79.68% from 315); Max value from RGB is 251 - color contains mainly: blue. Hex color #340CFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340CFB is #CBF304. Grayscale: #323232. Windows color (decimal): -13366021 or 16452660. OLE color: 16452660.

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

Color convert

RGB 52 12 251 -
CMYK 0.79 0.95 0 0.02
HSL 250.04º 0.97% 0.52% -
HSV(B) 250.04º 0.95% 0.98% -
XYZ 18.96 7.96 91.8 -
YUV 51.21 240.75 128.57 -
System Red Green Blue C M Y K H S L
Decimal 52 12 251 0.79 0.95 0 0.02 250.04 0.97 0.52
Hex 34 C FB 4F 5F 0 2 FA 61 34
Octal 64 14 373 117 137 0 2 372 141 64
Binary 110100 1100 11111011 1001111 1011111 0 10 11111010 1100001 110100

Color Harmonies of #340CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340CFB

Black with #340CFB

Text Example


Text Example

White with #340CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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