Html Css Color HEX #340392 Persian Indigo

📋 copy color: '#340392'

red 52 ◦ green 3 ◦ blue 146

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

Shades of Persian Indigo #340392

Tints of Persian Indigo #340392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

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

R = 25.87%
G = 1.49%
B = 72.64%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#340392 (or 0x340392) is known color: Persian Indigo. HEX triplet: 34, 03 and 92. RGB value is (52,3,146). Sum of RGB (Red+Green+Blue) = 52+3+146=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #340392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340392 is #CBFC6D. Grayscale: #212121. Windows color (decimal): -13368430 or 9569076. OLE color: 9569076.

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

Color convert

RGB 52 3 146 -
CMYK 0.64 0.98 0 0.43
HSL 260.56º 0.96% 0.29% -
HSV(B) 260.56º 0.98% 0.57% -
XYZ 6.64 2.87 27.4 -
YUV 33.95 191.23 140.87 -
System Red Green Blue C M Y K H S L
Decimal 52 3 146 0.64 0.98 0 0.43 260.56 0.96 0.29
Hex 34 3 92 40 62 0 2B 105 60 1D
Octal 64 3 222 100 142 0 53 405 140 35
Binary 110100 11 10010010 1000000 1100010 0 101011 100000101 1100000 11101

Color Harmonies of #340392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340392

Black with #340392

Text Example


Text Example

White with #340392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340392; }

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

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

background-color css

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

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

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

border-color css

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

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

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