Html Css Color HEX #340198 Persian Indigo

📋 copy color: '#340198'

red 52 ◦ green 1 ◦ blue 152

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

Shades of Persian Indigo #340198

Tints of Persian Indigo #340198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 74.15%

R = 25.37%
G = 0.49%
B = 74.15%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#340198 (or 0x340198) is known color: Persian Indigo. HEX triplet: 34, 01 and 98. RGB value is (52,1,152). Sum of RGB (Red+Green+Blue) = 52+1+152=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 152 (59.77% from 255 or 74.15% from 205); Max value from RGB is 152 - color contains mainly: blue. Hex color #340198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340198 is #CBFE67. Grayscale: #202020. Windows color (decimal): -13368936 or 9961780. OLE color: 9961780.

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

Color convert

RGB 52 1 152 -
CMYK 0.66 0.99 0 0.40
HSL 260.26º 0.99% 0.3% -
HSV(B) 260.26º 0.99% 0.6% -
XYZ 7.09 3.02 29.91 -
YUV 33.46 194.9 141.22 -
System Red Green Blue C M Y K H S L
Decimal 52 1 152 0.66 0.99 0 0.40 260.26 0.99 0.3
Hex 34 1 98 42 63 0 28 104 63 1E
Octal 64 1 230 102 143 0 50 404 143 36
Binary 110100 1 10011000 1000010 1100011 0 101000 100000100 1100011 11110

Color Harmonies of #340198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340198

Black with #340198

Text Example


Text Example

White with #340198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340198; }

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

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

background-color css

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

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

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

border-color css

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

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

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