Html Css Color HEX #340197 Persian Indigo

📋 copy color: '#340197'

red 52 ◦ green 1 ◦ blue 151

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

Shades of Persian Indigo #340197

Tints of Persian Indigo #340197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 25.49%
G = 0.49%
B = 74.02%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#340197 (or 0x340197) is known color: Persian Indigo. HEX triplet: 34, 01 and 97. RGB value is (52,1,151). Sum of RGB (Red+Green+Blue) = 52+1+151=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 151 (59.38% from 255 or 74.02% from 204); Max value from RGB is 151 - color contains mainly: blue. Hex color #340197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340197 is #CBFE68. Grayscale: #202020. Windows color (decimal): -13368937 or 9896244. OLE color: 9896244.

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

Color convert

RGB 52 1 151 -
CMYK 0.66 0.99 0 0.41
HSL 260.4º 0.99% 0.3% -
HSV(B) 260.4º 0.99% 0.59% -
XYZ 7.01 2.99 29.48 -
YUV 33.35 194.4 141.3 -
System Red Green Blue C M Y K H S L
Decimal 52 1 151 0.66 0.99 0 0.41 260.4 0.99 0.3
Hex 34 1 97 42 63 0 29 104 63 1E
Octal 64 1 227 102 143 0 51 404 143 36
Binary 110100 1 10010111 1000010 1100011 0 101001 100000100 1100011 11110

Color Harmonies of #340197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340197

Black with #340197

Text Example


Text Example

White with #340197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340197; }

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

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

background-color css

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

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

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

border-color css

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

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

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