Html Css Color HEX #341590 Persian Indigo

📋 copy color: '#341590'

red 52 ◦ green 21 ◦ blue 144

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

Shades of Persian Indigo #341590

Tints of Persian Indigo #341590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.68%

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

R = 23.96%
G = 9.68%
B = 66.36%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#341590 (or 0x341590) is known color: Persian Indigo. HEX triplet: 34, 15 and 90. RGB value is (52,21,144). Sum of RGB (Red+Green+Blue) = 52+21+144=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #341590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341590 is #CBEA6F. Grayscale: #2B2B2B. Windows color (decimal): -13363824 or 9442612. OLE color: 9442612.

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

Color convert

RGB 52 21 144 -
CMYK 0.64 0.85 0 0.44
HSL 255.12º 0.75% 0.32% -
HSV(B) 255.12º 0.85% 0.56% -
XYZ 6.72 3.28 26.66 -
YUV 44.29 184.27 133.5 -
System Red Green Blue C M Y K H S L
Decimal 52 21 144 0.64 0.85 0 0.44 255.12 0.75 0.32
Hex 34 15 90 40 55 0 2C FF 4B 20
Octal 64 25 220 100 125 0 54 377 113 40
Binary 110100 10101 10010000 1000000 1010101 0 101100 11111111 1001011 100000

Color Harmonies of #341590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341590

Black with #341590

Text Example


Text Example

White with #341590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341590; }

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

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

background-color css

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

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

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

border-color css

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

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

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