Html Css Color HEX #340BFD Han Purple

📋 copy color: '#340BFD'

red 52 ◦ green 11 ◦ blue 253

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

Shades of Han Purple #340BFD

Tints of Han Purple #340BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 80.06%

R = 16.46%
G = 3.48%
B = 80.06%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#340BFD (or 0x340BFD) is known color: Han Purple. HEX triplet: 34, 0B and FD. RGB value is (52,11,253). Sum of RGB (Red+Green+Blue) = 52+11+253=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 253 (99.22% from 255 or 80.06% from 316); Max value from RGB is 253 - color contains mainly: blue. Hex color #340BFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340BFD is #CBF402. Grayscale: #313131. Windows color (decimal): -13366275 or 16583476. OLE color: 16583476.

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

Color convert

RGB 52 11 253 -
CMYK 0.79 0.96 0 0.01
HSL 250.17º 0.98% 0.52% -
HSV(B) 250.17º 0.96% 0.99% -
XYZ 19.27 8.06 93.47 -
YUV 50.85 242.08 128.82 -
System Red Green Blue C M Y K H S L
Decimal 52 11 253 0.79 0.96 0 0.01 250.17 0.98 0.52
Hex 34 B FD 4F 60 0 1 FA 62 34
Octal 64 13 375 117 140 0 1 372 142 64
Binary 110100 1011 11111101 1001111 1100000 0 1 11111010 1100010 110100

Color Harmonies of #340BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340BFD

Black with #340BFD

Text Example


Text Example

White with #340BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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