Html Css Color HEX #341F84 Persian Indigo

📋 copy color: '#341F84'

red 52 ◦ green 31 ◦ blue 132

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

Shades of Persian Indigo #341F84

Tints of Persian Indigo #341F84

RGB

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

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

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

R = 24.19%
G = 14.42%
B = 61.4%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#341F84 (or 0x341F84) is known color: Persian Indigo. HEX triplet: 34, 1F and 84. RGB value is (52,31,132). Sum of RGB (Red+Green+Blue) = 52+31+132=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #341F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341F84 is #CBE07B. Grayscale: #303030. Windows color (decimal): -13361276 or 8658740. OLE color: 8658740.

HSL color Cylindrical-coordinate representation of color #341F84: hue angle of 252.48º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #341F84 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 31 132 -
CMYK 0.61 0.77 0 0.48
HSL 252.48º 0.62% 0.32% -
HSV(B) 252.48º 0.77% 0.52% -
XYZ 6.07 3.38 22.16 -
YUV 48.79 174.96 130.29 -
System Red Green Blue C M Y K H S L
Decimal 52 31 132 0.61 0.77 0 0.48 252.48 0.62 0.32
Hex 34 1F 84 3D 4D 0 30 FC 3E 20
Octal 64 37 204 75 115 0 60 374 76 40
Binary 110100 11111 10000100 111101 1001101 0 110000 11111100 111110 100000

Color Harmonies of #341F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F84

Black with #341F84

Text Example


Text Example

White with #341F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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