Html Css Color HEX #340A87 Persian Indigo

📋 copy color: '#340A87'

red 52 ◦ green 10 ◦ blue 135

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

Shades of Persian Indigo #340A87

Tints of Persian Indigo #340A87

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.08%

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

R = 26.4%
G = 5.08%
B = 68.53%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#340A87 (or 0x340A87) is known color: Persian Indigo. HEX triplet: 34, 0A and 87. RGB value is (52,10,135). Sum of RGB (Red+Green+Blue) = 52+10+135=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 135 (53.12% from 255 or 68.53% from 197); Max value from RGB is 135 - color contains mainly: blue. Hex color #340A87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340A87 is #CBF578. Grayscale: #242424. Windows color (decimal): -13366649 or 8849972. OLE color: 8849972.

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

Color convert

RGB 52 10 135 -
CMYK 0.61 0.93 0 0.47
HSL 260.16º 0.86% 0.28% -
HSV(B) 260.16º 0.93% 0.53% -
XYZ 5.9 2.7 23.13 -
YUV 36.81 183.41 138.84 -
System Red Green Blue C M Y K H S L
Decimal 52 10 135 0.61 0.93 0 0.47 260.16 0.86 0.28
Hex 34 A 87 3D 5D 0 2F 104 56 1C
Octal 64 12 207 75 135 0 57 404 126 34
Binary 110100 1010 10000111 111101 1011101 0 101111 100000100 1010110 11100

Color Harmonies of #340A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340A87

Black with #340A87

Text Example


Text Example

White with #340A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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