Html Css Color HEX #340594 Persian Indigo

📋 copy color: '#340594'

red 52 ◦ green 5 ◦ blue 148

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

Shades of Persian Indigo #340594

Tints of Persian Indigo #340594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.44%

 BLUE value IS 148 (58.2% from 255) = 72.2%

R = 25.37%
G = 2.44%
B = 72.2%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#340594 (or 0x340594) is known color: Persian Indigo. HEX triplet: 34, 05 and 94. RGB value is (52,5,148). Sum of RGB (Red+Green+Blue) = 52+5+148=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 148 (58.20% from 255 or 72.20% from 205); Max value from RGB is 148 - color contains mainly: blue. Hex color #340594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340594 is #CBFA6B. Grayscale: #222222. Windows color (decimal): -13367916 or 9700660. OLE color: 9700660.

HSL color Cylindrical-coordinate representation of color #340594: hue angle of 259.72º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #340594 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 5 148 -
CMYK 0.65 0.97 0 0.42
HSL 259.72º 0.93% 0.3% -
HSV(B) 259.72º 0.97% 0.58% -
XYZ 6.82 2.98 28.23 -
YUV 35.36 191.57 139.87 -
System Red Green Blue C M Y K H S L
Decimal 52 5 148 0.65 0.97 0 0.42 259.72 0.93 0.3
Hex 34 5 94 41 61 0 2A 104 5D 1E
Octal 64 5 224 101 141 0 52 404 135 36
Binary 110100 101 10010100 1000001 1100001 0 101010 100000100 1011101 11110

Color Harmonies of #340594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340594

Black with #340594

Text Example


Text Example

White with #340594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340594; }

 p { color: rgb(52,5,148); }

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

background-color css

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

 a { background-color: rgb(52,5,148); }

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

border-color css

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

 span { border-color: rgb(52,5,148); }

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