Html Css Color HEX #340097 Persian Indigo

📋 copy color: '#340097'

red 52 ◦ green 0 ◦ blue 151

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

Shades of Persian Indigo #340097

Tints of Persian Indigo #340097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 74.38%

R = 25.62%
G = 0%
B = 74.38%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#340097 (or 0x340097) is known color: Persian Indigo. HEX triplet: 34, 00 and 97. RGB value is (52,0,151). Sum of RGB (Red+Green+Blue) = 52+0+151=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 151 (59.38% from 255 or 74.38% from 203); Max value from RGB is 151 - color contains mainly: blue. Hex color #340097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340097 is #CBFF68. Grayscale: #202020. Windows color (decimal): -13369193 or 9895988. OLE color: 9895988.

HSL color Cylindrical-coordinate representation of color #340097: hue angle of 260.66º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340097 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 0 151 -
CMYK 0.66 1 0 0.41
HSL 260.66º 1% 0.3% -
HSV(B) 260.66º 1% 0.59% -
XYZ 7 2.96 29.48 -
YUV 32.76 194.73 141.72 -
System Red Green Blue C M Y K H S L
Decimal 52 0 151 0.66 1 0 0.41 260.66 1 0.3
Hex 34 0 97 42 64 0 29 105 64 1E
Octal 64 0 227 102 144 0 51 405 144 36
Binary 110100 0 10010111 1000010 1100100 0 101001 100000101 1100100 11110

Color Harmonies of #340097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340097

Black with #340097

Text Example


Text Example

White with #340097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340097; }

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

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

background-color css

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

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

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

border-color css

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

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

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