Html Css Color HEX #340768 Persian Indigo

📋 copy color: '#340768'

red 52 ◦ green 7 ◦ blue 104

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

Shades of Persian Indigo #340768

Tints of Persian Indigo #340768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.29%

 BLUE value IS 104 (41.02% from 255) = 63.8%

R = 31.9%
G = 4.29%
B = 63.8%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#340768 (or 0x340768) is known color: Persian Indigo. HEX triplet: 34, 07 and 68. RGB value is (52,7,104). Sum of RGB (Red+Green+Blue) = 52+7+104=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #340768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340768 is #CBF897. Grayscale: #1F1F1F. Windows color (decimal): -13367448 or 6817588. OLE color: 6817588.

HSL color Cylindrical-coordinate representation of color #340768: hue angle of 267.84º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340768 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 7 104 -
CMYK 0.50 0.93 0 0.59
HSL 267.84º 0.87% 0.22% -
HSV(B) 267.84º 0.93% 0.41% -
XYZ 3.99 1.88 13.25 -
YUV 31.51 168.91 142.61 -
System Red Green Blue C M Y K H S L
Decimal 52 7 104 0.50 0.93 0 0.59 267.84 0.87 0.22
Hex 34 7 68 32 5D 0 3B 10C 57 16
Octal 64 7 150 62 135 0 73 414 127 26
Binary 110100 111 1101000 110010 1011101 0 111011 100001100 1010111 10110

Color Harmonies of #340768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340768

Black with #340768

Text Example


Text Example

White with #340768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340768; }

 p { color: rgb(52,7,104); }

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

background-color css

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

 a { background-color: rgb(52,7,104); }

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

border-color css

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

 span { border-color: rgb(52,7,104); }

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