Html Css Color HEX #341294 Persian Indigo

📋 copy color: '#341294'

red 52 ◦ green 18 ◦ blue 148

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

Shades of Persian Indigo #341294

Tints of Persian Indigo #341294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 67.89%

R = 23.85%
G = 8.26%
B = 67.89%

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

#341294 (or 0x341294) is known color: Persian Indigo. HEX triplet: 34, 12 and 94. RGB value is (52,18,148). Sum of RGB (Red+Green+Blue) = 52+18+148=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #341294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341294 is #CBED6B. Grayscale: #2A2A2A. Windows color (decimal): -13364588 or 9703988. OLE color: 9703988.

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

Color convert

RGB 52 18 148 -
CMYK 0.65 0.88 0 0.42
HSL 255.69º 0.78% 0.33% -
HSV(B) 255.69º 0.88% 0.58% -
XYZ 6.98 3.3 28.29 -
YUV 42.99 187.26 134.43 -
System Red Green Blue C M Y K H S L
Decimal 52 18 148 0.65 0.88 0 0.42 255.69 0.78 0.33
Hex 34 12 94 41 58 0 2A 100 4E 21
Octal 64 22 224 101 130 0 52 400 116 41
Binary 110100 10010 10010100 1000001 1011000 0 101010 100000000 1001110 100001

Color Harmonies of #341294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341294

Black with #341294

Text Example


Text Example

White with #341294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341294; }

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

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

background-color css

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

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

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

border-color css

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

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

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