Html Css Color HEX #341582 Persian Indigo

📋 copy color: '#341582'

red 52 ◦ green 21 ◦ blue 130

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

Shades of Persian Indigo #341582

Tints of Persian Indigo #341582

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

 BLUE value IS 130 (51.17% from 255) = 64.04%

R = 25.62%
G = 10.34%
B = 64.04%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#341582 (or 0x341582) is known color: Persian Indigo. HEX triplet: 34, 15 and 82. RGB value is (52,21,130). Sum of RGB (Red+Green+Blue) = 52+21+130=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #341582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341582 is #CBEA7D. Grayscale: #2A2A2A. Windows color (decimal): -13363838 or 8525108. OLE color: 8525108.

HSL color Cylindrical-coordinate representation of color #341582: hue angle of 257.06º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #341582 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 21 130 -
CMYK 0.60 0.84 0 0.49
HSL 257.06º 0.72% 0.3% -
HSV(B) 257.06º 0.84% 0.51% -
XYZ 5.71 2.88 21.37 -
YUV 42.7 177.27 134.64 -
System Red Green Blue C M Y K H S L
Decimal 52 21 130 0.60 0.84 0 0.49 257.06 0.72 0.3
Hex 34 15 82 3C 54 0 31 101 48 1E
Octal 64 25 202 74 124 0 61 401 110 36
Binary 110100 10101 10000010 111100 1010100 0 110001 100000001 1001000 11110

Color Harmonies of #341582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341582

Black with #341582

Text Example


Text Example

White with #341582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341582; }

 p { color: rgb(52,21,130); }

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

background-color css

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

 a { background-color: rgb(52,21,130); }

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

border-color css

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

 span { border-color: rgb(52,21,130); }

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