Html Css Color HEX #340083 Persian Indigo

📋 copy color: '#340083'

red 52 ◦ green 0 ◦ blue 131

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

Shades of Persian Indigo #340083

Tints of Persian Indigo #340083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 28.42%
G = 0%
B = 71.58%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#340083 (or 0x340083) is known color: Persian Indigo. HEX triplet: 34, 00 and 83. RGB value is (52,0,131). Sum of RGB (Red+Green+Blue) = 52+0+131=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 131 (51.56% from 255 or 71.58% from 183); Max value from RGB is 131 - color contains mainly: blue. Hex color #340083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340083 is #CBFF7C. Grayscale: #1E1E1E. Windows color (decimal): -13369213 or 8585268. OLE color: 8585268.

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

Color convert

RGB 52 0 131 -
CMYK 0.60 1 0 0.49
HSL 263.82º 1% 0.26% -
HSV(B) 263.82º 1% 0.51% -
XYZ 5.51 2.37 21.64 -
YUV 30.48 184.73 143.35 -
System Red Green Blue C M Y K H S L
Decimal 52 0 131 0.60 1 0 0.49 263.82 1 0.26
Hex 34 0 83 3C 64 0 31 108 64 1A
Octal 64 0 203 74 144 0 61 410 144 32
Binary 110100 0 10000011 111100 1100100 0 110001 100001000 1100100 11010

Color Harmonies of #340083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340083

Black with #340083

Text Example


Text Example

White with #340083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340083; }

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

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

background-color css

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

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

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

border-color css

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

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

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