Html Css Color HEX #341789 Persian Indigo

📋 copy color: '#341789'

red 52 ◦ green 23 ◦ blue 137

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

Shades of Persian Indigo #341789

Tints of Persian Indigo #341789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 64.62%

R = 24.53%
G = 10.85%
B = 64.62%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#341789 (or 0x341789) is known color: Persian Indigo. HEX triplet: 34, 17 and 89. RGB value is (52,23,137). Sum of RGB (Red+Green+Blue) = 52+23+137=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 137 (53.91% from 255 or 64.62% from 212); Max value from RGB is 137 - color contains mainly: blue. Hex color #341789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341789 is #CBE876. Grayscale: #2C2C2C. Windows color (decimal): -13363319 or 8984372. OLE color: 8984372.

HSL color Cylindrical-coordinate representation of color #341789: hue angle of 255.26º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #341789 is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 23 137 -
CMYK 0.62 0.83 0 0.46
HSL 255.26º 0.71% 0.31% -
HSV(B) 255.26º 0.83% 0.54% -
XYZ 6.24 3.15 23.95 -
YUV 44.67 180.11 133.23 -
System Red Green Blue C M Y K H S L
Decimal 52 23 137 0.62 0.83 0 0.46 255.26 0.71 0.31
Hex 34 17 89 3E 53 0 2E FF 47 1F
Octal 64 27 211 76 123 0 56 377 107 37
Binary 110100 10111 10001001 111110 1010011 0 101110 11111111 1000111 11111

Color Harmonies of #341789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341789

Black with #341789

Text Example


Text Example

White with #341789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341789; }

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

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

background-color css

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

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

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

border-color css

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

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

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