Html Css Color HEX #340BED Han Purple

📋 copy color: '#340BED'

red 52 ◦ green 11 ◦ blue 237

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

Shades of Han Purple #340BED

Tints of Han Purple #340BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 79%

R = 17.33%
G = 3.67%
B = 79%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#340BED (or 0x340BED) is known color: Han Purple. HEX triplet: 34, 0B and ED. RGB value is (52,11,237). Sum of RGB (Red+Green+Blue) = 52+11+237=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 237 (92.97% from 255 or 79% from 300); Max value from RGB is 237 - color contains mainly: blue. Hex color #340BED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340BED is #CBF412. Grayscale: #303030. Windows color (decimal): -13366291 or 15534900. OLE color: 15534900.

HSL color Cylindrical-coordinate representation of color #340BED: hue angle of 250.88º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340BED is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 11 237 -
CMYK 0.78 0.95 0 0.07
HSL 250.89º 0.91% 0.49% -
HSV(B) 250.89º 0.95% 0.93% -
XYZ 16.82 7.08 80.6 -
YUV 49.02 234.08 130.12 -
System Red Green Blue C M Y K H S L
Decimal 52 11 237 0.78 0.95 0 0.07 250.89 0.91 0.49
Hex 34 B ED 4E 5F 0 7 FB 5B 31
Octal 64 13 355 116 137 0 7 373 133 61
Binary 110100 1011 11101101 1001110 1011111 0 111 11111011 1011011 110001

Color Harmonies of #340BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340BED

Black with #340BED

Text Example


Text Example

White with #340BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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