Html Css Color HEX #341884 Persian Indigo

📋 copy color: '#341884'

red 52 ◦ green 24 ◦ blue 132

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

Shades of Persian Indigo #341884

Tints of Persian Indigo #341884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

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

R = 25%
G = 11.54%
B = 63.46%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#341884 (or 0x341884) is known color: Persian Indigo. HEX triplet: 34, 18 and 84. RGB value is (52,24,132). Sum of RGB (Red+Green+Blue) = 52+24+132=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #341884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341884 is #CBE77B. Grayscale: #2C2C2C. Windows color (decimal): -13363068 or 8656948. OLE color: 8656948.

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

Color convert

RGB 52 24 132 -
CMYK 0.61 0.82 0 0.48
HSL 255.56º 0.69% 0.31% -
HSV(B) 255.56º 0.82% 0.52% -
XYZ 5.91 3.05 22.11 -
YUV 44.68 177.28 133.22 -
System Red Green Blue C M Y K H S L
Decimal 52 24 132 0.61 0.82 0 0.48 255.56 0.69 0.31
Hex 34 18 84 3D 52 0 30 100 45 1F
Octal 64 30 204 75 122 0 60 400 105 37
Binary 110100 11000 10000100 111101 1010010 0 110000 100000000 1000101 11111

Color Harmonies of #341884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341884

Black with #341884

Text Example


Text Example

White with #341884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341884; }

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

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

background-color css

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

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

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

border-color css

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

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

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