Html Css Color HEX #340290 Persian Indigo

📋 copy color: '#340290'

red 52 ◦ green 2 ◦ blue 144

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

Shades of Persian Indigo #340290

Tints of Persian Indigo #340290

RGB

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

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

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

R = 26.26%
G = 1.01%
B = 72.73%

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

#340290 (or 0x340290) is known color: Persian Indigo. HEX triplet: 34, 02 and 90. RGB value is (52,2,144). Sum of RGB (Red+Green+Blue) = 52+2+144=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #340290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340290 is #CBFD6F. Grayscale: #202020. Windows color (decimal): -13368688 or 9437748. OLE color: 9437748.

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

Color convert

RGB 52 2 144 -
CMYK 0.64 0.99 0 0.44
HSL 261.13º 0.97% 0.29% -
HSV(B) 261.13º 0.99% 0.56% -
XYZ 6.47 2.79 26.58 -
YUV 33.14 190.57 141.45 -
System Red Green Blue C M Y K H S L
Decimal 52 2 144 0.64 0.99 0 0.44 261.13 0.97 0.29
Hex 34 2 90 40 63 0 2C 105 61 1D
Octal 64 2 220 100 143 0 54 405 141 35
Binary 110100 10 10010000 1000000 1100011 0 101100 100000101 1100001 11101

Color Harmonies of #340290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340290

Black with #340290

Text Example


Text Example

White with #340290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340290; }

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

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

background-color css

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

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

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

border-color css

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

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

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