Html Css Color HEX #341887 Persian Indigo

📋 copy color: '#341887'

red 52 ◦ green 24 ◦ blue 135

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

Shades of Persian Indigo #341887

Tints of Persian Indigo #341887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 63.98%

R = 24.64%
G = 11.37%
B = 63.98%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#341887 (or 0x341887) is known color: Persian Indigo. HEX triplet: 34, 18 and 87. RGB value is (52,24,135). Sum of RGB (Red+Green+Blue) = 52+24+135=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #341887 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341887 is #CBE778. Grayscale: #2C2C2C. Windows color (decimal): -13363065 or 8853556. OLE color: 8853556.

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

Color convert

RGB 52 24 135 -
CMYK 0.61 0.82 0 0.47
HSL 255.14º 0.7% 0.31% -
HSV(B) 255.14º 0.82% 0.53% -
XYZ 6.12 3.13 23.2 -
YUV 45.03 178.78 132.97 -
System Red Green Blue C M Y K H S L
Decimal 52 24 135 0.61 0.82 0 0.47 255.14 0.7 0.31
Hex 34 18 87 3D 52 0 2F FF 46 1F
Octal 64 30 207 75 122 0 57 377 106 37
Binary 110100 11000 10000111 111101 1010010 0 101111 11111111 1000110 11111

Color Harmonies of #341887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341887

Black with #341887

Text Example


Text Example

White with #341887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341887; }

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

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

background-color css

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

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

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

border-color css

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

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

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