Html Css Color HEX #340590 Persian Indigo

📋 copy color: '#340590'

red 52 ◦ green 5 ◦ blue 144

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

Shades of Persian Indigo #340590

Tints of Persian Indigo #340590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 71.64%

R = 25.87%
G = 2.49%
B = 71.64%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#340590 (or 0x340590) is known color: Persian Indigo. HEX triplet: 34, 05 and 90. RGB value is (52,5,144). Sum of RGB (Red+Green+Blue) = 52+5+144=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #340590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340590 is #CBFA6F. Grayscale: #222222. Windows color (decimal): -13367920 or 9438516. OLE color: 9438516.

HSL color Cylindrical-coordinate representation of color #340590: hue angle of 260.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #340590 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 5 144 -
CMYK 0.64 0.97 0 0.44
HSL 260.29º 0.93% 0.29% -
HSV(B) 260.29º 0.97% 0.56% -
XYZ 6.5 2.85 26.59 -
YUV 34.9 189.57 140.2 -
System Red Green Blue C M Y K H S L
Decimal 52 5 144 0.64 0.97 0 0.44 260.29 0.93 0.29
Hex 34 5 90 40 61 0 2C 104 5D 1D
Octal 64 5 220 100 141 0 54 404 135 35
Binary 110100 101 10010000 1000000 1100001 0 101100 100000100 1011101 11101

Color Harmonies of #340590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340590

Black with #340590

Text Example


Text Example

White with #340590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340590; }

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

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

background-color css

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

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

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

border-color css

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

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

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