Html Css Color HEX #341084 Persian Indigo

📋 copy color: '#341084'

red 52 ◦ green 16 ◦ blue 132

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

Shades of Persian Indigo #341084

Tints of Persian Indigo #341084

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8%

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

R = 26%
G = 8%
B = 66%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#341084 (or 0x341084) is known color: Persian Indigo. HEX triplet: 34, 10 and 84. RGB value is (52,16,132). Sum of RGB (Red+Green+Blue) = 52+16+132=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #341084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341084 is #CBEF7B. Grayscale: #272727. Windows color (decimal): -13365116 or 8654900. OLE color: 8654900.

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

Color convert

RGB 52 16 132 -
CMYK 0.61 0.88 0 0.48
HSL 258.62º 0.78% 0.29% -
HSV(B) 258.62º 0.88% 0.52% -
XYZ 5.77 2.77 22.06 -
YUV 39.99 179.93 136.57 -
System Red Green Blue C M Y K H S L
Decimal 52 16 132 0.61 0.88 0 0.48 258.62 0.78 0.29
Hex 34 10 84 3D 58 0 30 103 4E 1D
Octal 64 20 204 75 130 0 60 403 116 35
Binary 110100 10000 10000100 111101 1011000 0 110000 100000011 1001110 11101

Color Harmonies of #341084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341084

Black with #341084

Text Example


Text Example

White with #341084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341084; }

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

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

background-color css

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

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

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

border-color css

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

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

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