Html Css Color HEX #340FE3 Han Purple

📋 copy color: '#340FE3'

red 52 ◦ green 15 ◦ blue 227

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

Shades of Han Purple #340FE3

Tints of Han Purple #340FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 77.21%

R = 17.69%
G = 5.1%
B = 77.21%

CMYK

 C value IS 0.77

 M value IS 0.93

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#340FE3 (or 0x340FE3) is known color: Han Purple. HEX triplet: 34, 0F and E3. RGB value is (52,15,227). Sum of RGB (Red+Green+Blue) = 52+15+227=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 227 (89.06% from 255 or 77.21% from 294); Max value from RGB is 227 - color contains mainly: blue. Hex color #340FE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340FE3 is #CBF01C. Grayscale: #313131. Windows color (decimal): -13365277 or 14880564. OLE color: 14880564.

HSL color Cylindrical-coordinate representation of color #340FE3: hue angle of 250.47º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340FE3 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 52 15 227 -
CMYK 0.77 0.93 0 0.11
HSL 250.47º 0.88% 0.47% -
HSV(B) 250.47º 0.93% 0.89% -
XYZ 15.45 6.62 73.14 -
YUV 50.23 227.76 129.26 -
System Red Green Blue C M Y K H S L
Decimal 52 15 227 0.77 0.93 0 0.11 250.47 0.88 0.47
Hex 34 F E3 4D 5D 0 B FA 58 2F
Octal 64 17 343 115 135 0 13 372 130 57
Binary 110100 1111 11100011 1001101 1011101 0 1011 11111010 1011000 101111

Color Harmonies of #340FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340FE3

Black with #340FE3

Text Example


Text Example

White with #340FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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