Html Css Color HEX #340292 Persian Indigo

📋 copy color: '#340292'

red 52 ◦ green 2 ◦ blue 146

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

Shades of Persian Indigo #340292

Tints of Persian Indigo #340292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 26%
G = 1%
B = 73%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#340292 (or 0x340292) is known color: Persian Indigo. HEX triplet: 34, 02 and 92. RGB value is (52,2,146). Sum of RGB (Red+Green+Blue) = 52+2+146=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 146 (57.42% from 255 or 73% from 200); Max value from RGB is 146 - color contains mainly: blue. Hex color #340292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340292 is #CBFD6D. Grayscale: #202020. Windows color (decimal): -13368686 or 9568820. OLE color: 9568820.

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

Color convert

RGB 52 2 146 -
CMYK 0.64 0.99 0 0.43
HSL 260.83º 0.97% 0.29% -
HSV(B) 260.83º 0.99% 0.57% -
XYZ 6.63 2.85 27.39 -
YUV 33.37 191.57 141.29 -
System Red Green Blue C M Y K H S L
Decimal 52 2 146 0.64 0.99 0 0.43 260.83 0.97 0.29
Hex 34 2 92 40 63 0 2B 105 61 1D
Octal 64 2 222 100 143 0 53 405 141 35
Binary 110100 10 10010010 1000000 1100011 0 101011 100000101 1100001 11101

Color Harmonies of #340292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340292

Black with #340292

Text Example


Text Example

White with #340292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340292; }

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

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

background-color css

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

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

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

border-color css

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

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

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