Html Css Color HEX #341690 Persian Indigo

📋 copy color: '#341690'

red 52 ◦ green 22 ◦ blue 144

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

Shades of Persian Indigo #341690

Tints of Persian Indigo #341690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.09%

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

R = 23.85%
G = 10.09%
B = 66.06%

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

#341690 (or 0x341690) is known color: Persian Indigo. HEX triplet: 34, 16 and 90. RGB value is (52,22,144). Sum of RGB (Red+Green+Blue) = 52+22+144=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #341690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341690 is #CBE96F. Grayscale: #2C2C2C. Windows color (decimal): -13363568 or 9442868. OLE color: 9442868.

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

Color convert

RGB 52 22 144 -
CMYK 0.64 0.85 0 0.44
HSL 254.75º 0.73% 0.33% -
HSV(B) 254.75º 0.85% 0.56% -
XYZ 6.74 3.32 26.67 -
YUV 44.88 183.94 133.08 -
System Red Green Blue C M Y K H S L
Decimal 52 22 144 0.64 0.85 0 0.44 254.75 0.73 0.33
Hex 34 16 90 40 55 0 2C FF 49 21
Octal 64 26 220 100 125 0 54 377 111 41
Binary 110100 10110 10010000 1000000 1010101 0 101100 11111111 1001001 100001

Color Harmonies of #341690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341690

Black with #341690

Text Example


Text Example

White with #341690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341690; }

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

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

background-color css

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

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

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

border-color css

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

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

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