Html Css Color HEX #340464 Persian Indigo

📋 copy color: '#340464'

red 52 ◦ green 4 ◦ blue 100

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

Shades of Persian Indigo #340464

Tints of Persian Indigo #340464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.56%

 BLUE value IS 100 (39.45% from 255) = 64.1%

R = 33.33%
G = 2.56%
B = 64.1%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#340464 (or 0x340464) is known color: Persian Indigo. HEX triplet: 34, 04 and 64. RGB value is (52,4,100). Sum of RGB (Red+Green+Blue) = 52+4+100=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 100 (39.45% from 255 or 64.10% from 156); Max value from RGB is 100 - color contains mainly: blue. Hex color #340464 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340464 is #CBFB9B. Grayscale: #1C1C1C. Windows color (decimal): -13368220 or 6554676. OLE color: 6554676.

HSL color Cylindrical-coordinate representation of color #340464: hue angle of 270º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340464 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 4 100 -
CMYK 0.48 0.96 0 0.61
HSL 270º 0.92% 0.2% -
HSV(B) 270º 0.96% 0.39% -
XYZ 3.76 1.74 12.19 -
YUV 29.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 52 4 100 0.48 0.96 0 0.61 270 0.92 0.2
Hex 34 4 64 30 60 0 3D 10E 5C 14
Octal 64 4 144 60 140 0 75 416 134 24
Binary 110100 100 1100100 110000 1100000 0 111101 100001110 1011100 10100

Color Harmonies of #340464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340464

Black with #340464

Text Example


Text Example

White with #340464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340464; }

 p { color: rgb(52,4,100); }

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

background-color css

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

 a { background-color: rgb(52,4,100); }

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

border-color css

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

 span { border-color: rgb(52,4,100); }

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