Html Css Color HEX #340BFB Han Purple

📋 copy color: '#340BFB'

red 52 ◦ green 11 ◦ blue 251

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

Shades of Han Purple #340BFB

Tints of Han Purple #340BFB

RGB

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

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

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

R = 16.56%
G = 3.5%
B = 79.94%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#340BFB (or 0x340BFB) is known color: Han Purple. HEX triplet: 34, 0B and FB. RGB value is (52,11,251). Sum of RGB (Red+Green+Blue) = 52+11+251=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 251 (98.44% from 255 or 79.94% from 314); Max value from RGB is 251 - color contains mainly: blue. Hex color #340BFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340BFB is #CBF404. Grayscale: #313131. Windows color (decimal): -13366277 or 16452404. OLE color: 16452404.

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

Color convert

RGB 52 11 251 -
CMYK 0.79 0.96 0 0.02
HSL 250.25º 0.97% 0.51% -
HSV(B) 250.25º 0.96% 0.98% -
XYZ 18.95 7.93 91.8 -
YUV 50.62 241.08 128.99 -
System Red Green Blue C M Y K H S L
Decimal 52 11 251 0.79 0.96 0 0.02 250.25 0.97 0.51
Hex 34 B FB 4F 60 0 2 FA 61 33
Octal 64 13 373 117 140 0 2 372 141 63
Binary 110100 1011 11111011 1001111 1100000 0 10 11111010 1100001 110011

Color Harmonies of #340BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340BFB

Black with #340BFB

Text Example


Text Example

White with #340BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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