Html Css Color HEX #340190 Persian Indigo

📋 copy color: '#340190'

red 52 ◦ green 1 ◦ blue 144

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

Shades of Persian Indigo #340190

Tints of Persian Indigo #340190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 144 (56.64% from 255) = 73.1%

R = 26.4%
G = 0.51%
B = 73.1%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#340190 (or 0x340190) is known color: Persian Indigo. HEX triplet: 34, 01 and 90. RGB value is (52,1,144). Sum of RGB (Red+Green+Blue) = 52+1+144=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #340190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340190 is #CBFE6F. Grayscale: #202020. Windows color (decimal): -13368944 or 9437492. OLE color: 9437492.

HSL color Cylindrical-coordinate representation of color #340190: hue angle of 261.4º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340190 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 1 144 -
CMYK 0.64 0.99 0 0.44
HSL 261.4º 0.99% 0.28% -
HSV(B) 261.4º 0.99% 0.56% -
XYZ 6.46 2.77 26.58 -
YUV 32.55 190.9 141.87 -
System Red Green Blue C M Y K H S L
Decimal 52 1 144 0.64 0.99 0 0.44 261.4 0.99 0.28
Hex 34 1 90 40 63 0 2C 105 63 1C
Octal 64 1 220 100 143 0 54 405 143 34
Binary 110100 1 10010000 1000000 1100011 0 101100 100000101 1100011 11100

Color Harmonies of #340190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340190

Black with #340190

Text Example


Text Example

White with #340190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340190; }

 p { color: rgb(52,1,144); }

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

background-color css

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

 a { background-color: rgb(52,1,144); }

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

border-color css

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

 span { border-color: rgb(52,1,144); }

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