Html Css Color HEX #340992 Persian Indigo

📋 copy color: '#340992'

red 52 ◦ green 9 ◦ blue 146

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

Shades of Persian Indigo #340992

Tints of Persian Indigo #340992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.35%

 BLUE value IS 146 (57.42% from 255) = 70.53%

R = 25.12%
G = 4.35%
B = 70.53%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#340992 (or 0x340992) is known color: Persian Indigo. HEX triplet: 34, 09 and 92. RGB value is (52,9,146). Sum of RGB (Red+Green+Blue) = 52+9+146=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 146 (57.42% from 255 or 70.53% from 207); Max value from RGB is 146 - color contains mainly: blue. Hex color #340992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340992 is #CBF66D. Grayscale: #242424. Windows color (decimal): -13366894 or 9570612. OLE color: 9570612.

HSL color Cylindrical-coordinate representation of color #340992: hue angle of 258.83º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340992 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 9 146 -
CMYK 0.64 0.94 0 0.43
HSL 258.83º 0.88% 0.3% -
HSV(B) 258.83º 0.94% 0.57% -
XYZ 6.7 3 27.42 -
YUV 37.48 189.25 138.36 -
System Red Green Blue C M Y K H S L
Decimal 52 9 146 0.64 0.94 0 0.43 258.83 0.88 0.3
Hex 34 9 92 40 5E 0 2B 103 58 1E
Octal 64 11 222 100 136 0 53 403 130 36
Binary 110100 1001 10010010 1000000 1011110 0 101011 100000011 1011000 11110

Color Harmonies of #340992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340992

Black with #340992

Text Example


Text Example

White with #340992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340992; }

 p { color: rgb(52,9,146); }

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

background-color css

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

 a { background-color: rgb(52,9,146); }

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

border-color css

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

 span { border-color: rgb(52,9,146); }

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