Html Css Color HEX #341989 Persian Indigo

📋 copy color: '#341989'

red 52 ◦ green 25 ◦ blue 137

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

Shades of Persian Indigo #341989

Tints of Persian Indigo #341989

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

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

R = 24.3%
G = 11.68%
B = 64.02%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#341989 (or 0x341989) is known color: Persian Indigo. HEX triplet: 34, 19 and 89. RGB value is (52,25,137). Sum of RGB (Red+Green+Blue) = 52+25+137=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 137 (53.91% from 255 or 64.02% from 214); Max value from RGB is 137 - color contains mainly: blue. Hex color #341989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341989 is #CBE676. Grayscale: #2D2D2D. Windows color (decimal): -13362807 or 8984884. OLE color: 8984884.

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

Color convert

RGB 52 25 137 -
CMYK 0.62 0.82 0 0.46
HSL 254.46º 0.69% 0.32% -
HSV(B) 254.46º 0.82% 0.54% -
XYZ 6.28 3.23 23.96 -
YUV 45.84 179.45 132.39 -
System Red Green Blue C M Y K H S L
Decimal 52 25 137 0.62 0.82 0 0.46 254.46 0.69 0.32
Hex 34 19 89 3E 52 0 2E FE 45 20
Octal 64 31 211 76 122 0 56 376 105 40
Binary 110100 11001 10001001 111110 1010010 0 101110 11111110 1000101 100000

Color Harmonies of #341989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341989

Black with #341989

Text Example


Text Example

White with #341989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341989; }

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

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

background-color css

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

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

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

border-color css

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

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

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