Html Css Color HEX #340087 Persian Indigo

📋 copy color: '#340087'

red 52 ◦ green 0 ◦ blue 135

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

Shades of Persian Indigo #340087

Tints of Persian Indigo #340087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 72.19%

R = 27.81%
G = 0%
B = 72.19%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#340087 (or 0x340087) is known color: Persian Indigo. HEX triplet: 34, 00 and 87. RGB value is (52,0,135). Sum of RGB (Red+Green+Blue) = 52+0+135=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 135 (53.12% from 255 or 72.19% from 187); Max value from RGB is 135 - color contains mainly: blue. Hex color #340087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340087 is #CBFF78. Grayscale: #1E1E1E. Windows color (decimal): -13369209 or 8847412. OLE color: 8847412.

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

Color convert

RGB 52 0 135 -
CMYK 0.61 1 0 0.47
HSL 263.11º 1% 0.26% -
HSV(B) 263.11º 1% 0.53% -
XYZ 5.79 2.48 23.1 -
YUV 30.94 186.73 143.02 -
System Red Green Blue C M Y K H S L
Decimal 52 0 135 0.61 1 0 0.47 263.11 1 0.26
Hex 34 0 87 3D 64 0 2F 107 64 1A
Octal 64 0 207 75 144 0 57 407 144 32
Binary 110100 0 10000111 111101 1100100 0 101111 100000111 1100100 11010

Color Harmonies of #340087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340087

Black with #340087

Text Example


Text Example

White with #340087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340087; }

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

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

background-color css

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

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

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

border-color css

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

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

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