Html Css Color HEX #340068 Persian Indigo

📋 copy color: '#340068'

red 52 ◦ green 0 ◦ blue 104

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

Shades of Persian Indigo #340068

Tints of Persian Indigo #340068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#340068 (or 0x340068) is known color: Persian Indigo. HEX triplet: 34, 00 and 68. RGB value is (52,0,104). Sum of RGB (Red+Green+Blue) = 52+0+104=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #340068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340068 is #CBFF97. Grayscale: #1B1B1B. Windows color (decimal): -13369240 or 6815796. OLE color: 6815796.

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

Color convert

RGB 52 0 104 -
CMYK 0.50 1 0 0.59
HSL 270º 1% 0.2% -
HSV(B) 270º 1% 0.41% -
XYZ 3.91 1.73 13.22 -
YUV 27.4 171.23 145.54 -
System Red Green Blue C M Y K H S L
Decimal 52 0 104 0.50 1 0 0.59 270 1 0.2
Hex 34 0 68 32 64 0 3B 10E 64 14
Octal 64 0 150 62 144 0 73 416 144 24
Binary 110100 0 1101000 110010 1100100 0 111011 100001110 1100100 10100

Color Harmonies of #340068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340068

Black with #340068

Text Example


Text Example

White with #340068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340068; }

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

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

background-color css

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

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

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

border-color css

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

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

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