Html Css Color HEX #341F87 Persian Indigo

📋 copy color: '#341F87'

red 52 ◦ green 31 ◦ blue 135

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

Shades of Persian Indigo #341F87

Tints of Persian Indigo #341F87

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.22%

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

R = 23.85%
G = 14.22%
B = 61.93%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#341F87 (or 0x341F87) is known color: Persian Indigo. HEX triplet: 34, 1F and 87. RGB value is (52,31,135). Sum of RGB (Red+Green+Blue) = 52+31+135=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #341F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341F87 is #CBE078. Grayscale: #303030. Windows color (decimal): -13361273 or 8855348. OLE color: 8855348.

HSL color Cylindrical-coordinate representation of color #341F87: hue angle of 252.12º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #341F87 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 31 135 -
CMYK 0.61 0.77 0 0.47
HSL 252.12º 0.63% 0.33% -
HSV(B) 252.12º 0.77% 0.53% -
XYZ 6.28 3.46 23.26 -
YUV 49.14 176.46 130.04 -
System Red Green Blue C M Y K H S L
Decimal 52 31 135 0.61 0.77 0 0.47 252.12 0.63 0.33
Hex 34 1F 87 3D 4D 0 2F FC 3F 21
Octal 64 37 207 75 115 0 57 374 77 41
Binary 110100 11111 10000111 111101 1001101 0 101111 11111100 111111 100001

Color Harmonies of #341F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F87

Black with #341F87

Text Example


Text Example

White with #341F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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