Html Css Color HEX #341090 Persian Indigo

📋 copy color: '#341090'

red 52 ◦ green 16 ◦ blue 144

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

Shades of Persian Indigo #341090

Tints of Persian Indigo #341090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

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

R = 24.53%
G = 7.55%
B = 67.92%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#341090 (or 0x341090) is known color: Persian Indigo. HEX triplet: 34, 10 and 90. RGB value is (52,16,144). Sum of RGB (Red+Green+Blue) = 52+16+144=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #341090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341090 is #CBEF6F. Grayscale: #282828. Windows color (decimal): -13365104 or 9441332. OLE color: 9441332.

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

Color convert

RGB 52 16 144 -
CMYK 0.64 0.89 0 0.44
HSL 256.88º 0.8% 0.31% -
HSV(B) 256.88º 0.89% 0.56% -
XYZ 6.64 3.11 26.64 -
YUV 41.36 185.93 135.59 -
System Red Green Blue C M Y K H S L
Decimal 52 16 144 0.64 0.89 0 0.44 256.88 0.8 0.31
Hex 34 10 90 40 59 0 2C 101 50 1F
Octal 64 20 220 100 131 0 54 401 120 37
Binary 110100 10000 10010000 1000000 1011001 0 101100 100000001 1010000 11111

Color Harmonies of #341090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341090

Black with #341090

Text Example


Text Example

White with #341090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341090; }

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

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

background-color css

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

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

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

border-color css

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

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

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