Html Css Color HEX #340894 Persian Indigo

📋 copy color: '#340894'

red 52 ◦ green 8 ◦ blue 148

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

Shades of Persian Indigo #340894

Tints of Persian Indigo #340894

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.85%

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

R = 25%
G = 3.85%
B = 71.15%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#340894 (or 0x340894) is known color: Persian Indigo. HEX triplet: 34, 08 and 94. RGB value is (52,8,148). Sum of RGB (Red+Green+Blue) = 52+8+148=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 148 (58.20% from 255 or 71.15% from 208); Max value from RGB is 148 - color contains mainly: blue. Hex color #340894 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340894 is #CBF76B. Grayscale: #242424. Windows color (decimal): -13367148 or 9701428. OLE color: 9701428.

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

Color convert

RGB 52 8 148 -
CMYK 0.65 0.95 0 0.42
HSL 258.86º 0.9% 0.31% -
HSV(B) 258.86º 0.95% 0.58% -
XYZ 6.85 3.04 28.24 -
YUV 37.12 190.58 138.62 -
System Red Green Blue C M Y K H S L
Decimal 52 8 148 0.65 0.95 0 0.42 258.86 0.9 0.31
Hex 34 8 94 41 5F 0 2A 103 5A 1F
Octal 64 10 224 101 137 0 52 403 132 37
Binary 110100 1000 10010100 1000001 1011111 0 101010 100000011 1011010 11111

Color Harmonies of #340894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340894

Black with #340894

Text Example


Text Example

White with #340894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340894; }

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

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

background-color css

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

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

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

border-color css

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

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

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