Html Css Color HEX #340394 Persian Indigo

📋 copy color: '#340394'

red 52 ◦ green 3 ◦ blue 148

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

Shades of Persian Indigo #340394

Tints of Persian Indigo #340394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

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

R = 25.62%
G = 1.48%
B = 72.91%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#340394 (or 0x340394) is known color: Persian Indigo. HEX triplet: 34, 03 and 94. RGB value is (52,3,148). Sum of RGB (Red+Green+Blue) = 52+3+148=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #340394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340394 is #CBFC6B. Grayscale: #212121. Windows color (decimal): -13368428 or 9700148. OLE color: 9700148.

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

Color convert

RGB 52 3 148 -
CMYK 0.65 0.98 0 0.42
HSL 260.28º 0.96% 0.3% -
HSV(B) 260.28º 0.98% 0.58% -
XYZ 6.79 2.93 28.23 -
YUV 34.18 192.23 140.71 -
System Red Green Blue C M Y K H S L
Decimal 52 3 148 0.65 0.98 0 0.42 260.28 0.96 0.3
Hex 34 3 94 41 62 0 2A 104 60 1E
Octal 64 3 224 101 142 0 52 404 140 36
Binary 110100 11 10010100 1000001 1100010 0 101010 100000100 1100000 11110

Color Harmonies of #340394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340394

Black with #340394

Text Example


Text Example

White with #340394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340394; }

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

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

background-color css

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

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

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

border-color css

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

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

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