Html Css Color HEX #341293 Persian Indigo

📋 copy color: '#341293'

red 52 ◦ green 18 ◦ blue 147

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

Shades of Persian Indigo #341293

Tints of Persian Indigo #341293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.29%

 BLUE value IS 147 (57.81% from 255) = 67.74%

R = 23.96%
G = 8.29%
B = 67.74%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#341293 (or 0x341293) is known color: Persian Indigo. HEX triplet: 34, 12 and 93. RGB value is (52,18,147). Sum of RGB (Red+Green+Blue) = 52+18+147=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #341293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341293 is #CBED6C. Grayscale: #2A2A2A. Windows color (decimal): -13364589 or 9638452. OLE color: 9638452.

HSL color Cylindrical-coordinate representation of color #341293: hue angle of 255.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341293 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 18 147 -
CMYK 0.65 0.88 0 0.42
HSL 255.81º 0.78% 0.32% -
HSV(B) 255.81º 0.88% 0.58% -
XYZ 6.9 3.27 27.87 -
YUV 42.87 186.76 134.51 -
System Red Green Blue C M Y K H S L
Decimal 52 18 147 0.65 0.88 0 0.42 255.81 0.78 0.32
Hex 34 12 93 41 58 0 2A 100 4E 20
Octal 64 22 223 101 130 0 52 400 116 40
Binary 110100 10010 10010011 1000001 1011000 0 101010 100000000 1001110 100000

Color Harmonies of #341293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341293

Black with #341293

Text Example


Text Example

White with #341293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341293; }

 p { color: rgb(52,18,147); }

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

background-color css

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

 a { background-color: rgb(52,18,147); }

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

border-color css

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

 span { border-color: rgb(52,18,147); }

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