Html Css Color HEX #340CEC Han Purple

📋 copy color: '#340CEC'

red 52 ◦ green 12 ◦ blue 236

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

Shades of Han Purple #340CEC

Tints of Han Purple #340CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 78.67%

R = 17.33%
G = 4%
B = 78.67%

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

#340CEC (or 0x340CEC) is known color: Han Purple. HEX triplet: 34, 0C and EC. RGB value is (52,12,236). Sum of RGB (Red+Green+Blue) = 52+12+236=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 236 (92.58% from 255 or 78.67% from 300); Max value from RGB is 236 - color contains mainly: blue. Hex color #340CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #340CEC is #CBF313. Grayscale: #303030. Windows color (decimal): -13366036 or 15469620. OLE color: 15469620.

HSL color Cylindrical-coordinate representation of color #340CEC: hue angle of 250.71º degrees, saturation: 0.9, 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 #340CEC is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 12 236 -
CMYK 0.78 0.95 0 0.07
HSL 250.71º 0.9% 0.49% -
HSV(B) 250.71º 0.95% 0.93% -
XYZ 16.69 7.05 79.84 -
YUV 49.5 233.25 129.79 -
System Red Green Blue C M Y K H S L
Decimal 52 12 236 0.78 0.95 0 0.07 250.71 0.9 0.49
Hex 34 C EC 4E 5F 0 7 FB 5A 31
Octal 64 14 354 116 137 0 7 373 132 61
Binary 110100 1100 11101100 1001110 1011111 0 111 11111011 1011010 110001

Color Harmonies of #340CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340CEC

Black with #340CEC

Text Example


Text Example

White with #340CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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