Html Css Color HEX #341790 Persian Indigo

📋 copy color: '#341790'

red 52 ◦ green 23 ◦ blue 144

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

Shades of Persian Indigo #341790

Tints of Persian Indigo #341790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.5%

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

R = 23.74%
G = 10.5%
B = 65.75%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#341790 (or 0x341790) is known color: Persian Indigo. HEX triplet: 34, 17 and 90. RGB value is (52,23,144). Sum of RGB (Red+Green+Blue) = 52+23+144=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #341790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341790 is #CBE86F. Grayscale: #2D2D2D. Windows color (decimal): -13363312 or 9443124. OLE color: 9443124.

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

Color convert

RGB 52 23 144 -
CMYK 0.64 0.84 0 0.44
HSL 254.38º 0.72% 0.33% -
HSV(B) 254.38º 0.84% 0.56% -
XYZ 6.76 3.36 26.68 -
YUV 45.47 183.61 132.66 -
System Red Green Blue C M Y K H S L
Decimal 52 23 144 0.64 0.84 0 0.44 254.38 0.72 0.33
Hex 34 17 90 40 54 0 2C FE 48 21
Octal 64 27 220 100 124 0 54 376 110 41
Binary 110100 10111 10010000 1000000 1010100 0 101100 11111110 1001000 100001

Color Harmonies of #341790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341790

Black with #341790

Text Example


Text Example

White with #341790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341790; }

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

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

background-color css

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

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

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

border-color css

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

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

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