Html Css Color HEX #340E83 Persian Indigo

📋 copy color: '#340E83'

red 52 ◦ green 14 ◦ blue 131

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

Shades of Persian Indigo #340E83

Tints of Persian Indigo #340E83

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.11%

 BLUE value IS 131 (51.56% from 255) = 66.5%

R = 26.4%
G = 7.11%
B = 66.5%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#340E83 (or 0x340E83) is known color: Persian Indigo. HEX triplet: 34, 0E and 83. RGB value is (52,14,131). Sum of RGB (Red+Green+Blue) = 52+14+131=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #340E83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340E83 is #CBF17C. Grayscale: #262626. Windows color (decimal): -13365629 or 8588852. OLE color: 8588852.

HSL color Cylindrical-coordinate representation of color #340E83: hue angle of 259.49º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #340E83 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 14 131 -
CMYK 0.60 0.89 0 0.49
HSL 259.49º 0.81% 0.28% -
HSV(B) 259.49º 0.89% 0.51% -
XYZ 5.67 2.68 21.69 -
YUV 38.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 52 14 131 0.60 0.89 0 0.49 259.49 0.81 0.28
Hex 34 E 83 3C 59 0 31 103 51 1C
Octal 64 16 203 74 131 0 61 403 121 34
Binary 110100 1110 10000011 111100 1011001 0 110001 100000011 1010001 11100

Color Harmonies of #340E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340E83

Black with #340E83

Text Example


Text Example

White with #340E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340E83; }

 p { color: rgb(52,14,131); }

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

background-color css

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

 a { background-color: rgb(52,14,131); }

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

border-color css

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

 span { border-color: rgb(52,14,131); }

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