Html Css Color HEX #341484 Persian Indigo

📋 copy color: '#341484'

red 52 ◦ green 20 ◦ blue 132

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

Shades of Persian Indigo #341484

Tints of Persian Indigo #341484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.8%

 BLUE value IS 132 (51.95% from 255) = 64.71%

R = 25.49%
G = 9.8%
B = 64.71%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#341484 (or 0x341484) is known color: Persian Indigo. HEX triplet: 34, 14 and 84. RGB value is (52,20,132). Sum of RGB (Red+Green+Blue) = 52+20+132=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 132 (51.95% from 255 or 64.71% from 204); Max value from RGB is 132 - color contains mainly: blue. Hex color #341484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341484 is #CBEB7B. Grayscale: #292929. Windows color (decimal): -13364092 or 8655924. OLE color: 8655924.

HSL color Cylindrical-coordinate representation of color #341484: hue angle of 257.14º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341484 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 20 132 -
CMYK 0.61 0.85 0 0.48
HSL 257.14º 0.74% 0.3% -
HSV(B) 257.14º 0.85% 0.52% -
XYZ 5.83 2.9 22.08 -
YUV 42.34 178.6 134.89 -
System Red Green Blue C M Y K H S L
Decimal 52 20 132 0.61 0.85 0 0.48 257.14 0.74 0.3
Hex 34 14 84 3D 55 0 30 101 4A 1E
Octal 64 24 204 75 125 0 60 401 112 36
Binary 110100 10100 10000100 111101 1010101 0 110000 100000001 1001010 11110

Color Harmonies of #341484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341484

Black with #341484

Text Example


Text Example

White with #341484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341484; }

 p { color: rgb(52,20,132); }

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

background-color css

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

 a { background-color: rgb(52,20,132); }

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

border-color css

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

 span { border-color: rgb(52,20,132); }

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