Html Css Color HEX #341392 Persian Indigo

📋 copy color: '#341392'

red 52 ◦ green 19 ◦ blue 146

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

Shades of Persian Indigo #341392

Tints of Persian Indigo #341392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.76%

 BLUE value IS 146 (57.42% from 255) = 67.28%

R = 23.96%
G = 8.76%
B = 67.28%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#341392 (or 0x341392) is known color: Persian Indigo. HEX triplet: 34, 13 and 92. RGB value is (52,19,146). Sum of RGB (Red+Green+Blue) = 52+19+146=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #341392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341392 is #CBEC6D. Grayscale: #2A2A2A. Windows color (decimal): -13364334 or 9573172. OLE color: 9573172.

HSL color Cylindrical-coordinate representation of color #341392: hue angle of 255.59º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341392 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 19 146 -
CMYK 0.64 0.87 0 0.43
HSL 255.59º 0.77% 0.32% -
HSV(B) 255.59º 0.87% 0.57% -
XYZ 6.84 3.27 27.47 -
YUV 43.35 185.93 134.17 -
System Red Green Blue C M Y K H S L
Decimal 52 19 146 0.64 0.87 0 0.43 255.59 0.77 0.32
Hex 34 13 92 40 57 0 2B 100 4D 20
Octal 64 23 222 100 127 0 53 400 115 40
Binary 110100 10011 10010010 1000000 1010111 0 101011 100000000 1001101 100000

Color Harmonies of #341392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341392

Black with #341392

Text Example


Text Example

White with #341392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341392; }

 p { color: rgb(52,19,146); }

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

background-color css

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

 a { background-color: rgb(52,19,146); }

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

border-color css

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

 span { border-color: rgb(52,19,146); }

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