Html Css Color HEX #341672 Persian Indigo

📋 copy color: '#341672'

red 52 ◦ green 22 ◦ blue 114

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

Shades of Persian Indigo #341672

Tints of Persian Indigo #341672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.7%

 BLUE value IS 114 (44.92% from 255) = 60.64%

R = 27.66%
G = 11.7%
B = 60.64%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#341672 (or 0x341672) is known color: Persian Indigo. HEX triplet: 34, 16 and 72. RGB value is (52,22,114). Sum of RGB (Red+Green+Blue) = 52+22+114=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #341672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341672 is #CBE98D. Grayscale: #292929. Windows color (decimal): -13363598 or 7476788. OLE color: 7476788.

HSL color Cylindrical-coordinate representation of color #341672: hue angle of 259.57º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #341672 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 22 114 -
CMYK 0.54 0.81 0 0.55
HSL 259.57º 0.68% 0.27% -
HSV(B) 259.57º 0.81% 0.45% -
XYZ 4.74 2.52 16.16 -
YUV 41.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 52 22 114 0.54 0.81 0 0.55 259.57 0.68 0.27
Hex 34 16 72 36 51 0 37 104 44 1B
Octal 64 26 162 66 121 0 67 404 104 33
Binary 110100 10110 1110010 110110 1010001 0 110111 100000100 1000100 11011

Color Harmonies of #341672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341672

Black with #341672

Text Example


Text Example

White with #341672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341672; }

 p { color: rgb(52,22,114); }

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

background-color css

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

 a { background-color: rgb(52,22,114); }

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

border-color css

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

 span { border-color: rgb(52,22,114); }

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