Html Css Color HEX #340788 Persian Indigo

📋 copy color: '#340788'

red 52 ◦ green 7 ◦ blue 136

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

Shades of Persian Indigo #340788

Tints of Persian Indigo #340788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.59%

 BLUE value IS 136 (53.52% from 255) = 69.74%

R = 26.67%
G = 3.59%
B = 69.74%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#340788 (or 0x340788) is known color: Persian Indigo. HEX triplet: 34, 07 and 88. RGB value is (52,7,136). Sum of RGB (Red+Green+Blue) = 52+7+136=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 136 (53.52% from 255 or 69.74% from 195); Max value from RGB is 136 - color contains mainly: blue. Hex color #340788 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340788 is #CBF877. Grayscale: #222222. Windows color (decimal): -13367416 or 8914740. OLE color: 8914740.

HSL color Cylindrical-coordinate representation of color #340788: hue angle of 260.93º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340788 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 7 136 -
CMYK 0.62 0.95 0 0.47
HSL 260.93º 0.9% 0.28% -
HSV(B) 260.93º 0.95% 0.53% -
XYZ 5.94 2.66 23.49 -
YUV 35.16 184.91 140.01 -
System Red Green Blue C M Y K H S L
Decimal 52 7 136 0.62 0.95 0 0.47 260.93 0.9 0.28
Hex 34 7 88 3E 5F 0 2F 105 5A 1C
Octal 64 7 210 76 137 0 57 405 132 34
Binary 110100 111 10001000 111110 1011111 0 101111 100000101 1011010 11100

Color Harmonies of #340788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340788

Black with #340788

Text Example


Text Example

White with #340788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340788; }

 p { color: rgb(52,7,136); }

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

background-color css

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

 a { background-color: rgb(52,7,136); }

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

border-color css

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

 span { border-color: rgb(52,7,136); }

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