Html Css Color HEX #340990 Persian Indigo

📋 copy color: '#340990'

red 52 ◦ green 9 ◦ blue 144

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

Shades of Persian Indigo #340990

Tints of Persian Indigo #340990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.39%

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

R = 25.37%
G = 4.39%
B = 70.24%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#340990 (or 0x340990) is known color: Persian Indigo. HEX triplet: 34, 09 and 90. RGB value is (52,9,144). Sum of RGB (Red+Green+Blue) = 52+9+144=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #340990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340990 is #CBF66F. Grayscale: #242424. Windows color (decimal): -13366896 or 9439540. OLE color: 9439540.

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

Color convert

RGB 52 9 144 -
CMYK 0.64 0.94 0 0.44
HSL 259.11º 0.88% 0.3% -
HSV(B) 259.11º 0.94% 0.56% -
XYZ 6.55 2.94 26.61 -
YUV 37.25 188.25 138.52 -
System Red Green Blue C M Y K H S L
Decimal 52 9 144 0.64 0.94 0 0.44 259.11 0.88 0.3
Hex 34 9 90 40 5E 0 2C 103 58 1E
Octal 64 11 220 100 136 0 54 403 130 36
Binary 110100 1001 10010000 1000000 1011110 0 101100 100000011 1011000 11110

Color Harmonies of #340990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340990

Black with #340990

Text Example


Text Example

White with #340990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340990; }

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

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

background-color css

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

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

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

border-color css

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

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

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