Html Css Color HEX #340298 Persian Indigo

📋 copy color: '#340298'

red 52 ◦ green 2 ◦ blue 152

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

Shades of Persian Indigo #340298

Tints of Persian Indigo #340298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 25.24%
G = 0.97%
B = 73.79%

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

#340298 (or 0x340298) is known color: Persian Indigo. HEX triplet: 34, 02 and 98. RGB value is (52,2,152). Sum of RGB (Red+Green+Blue) = 52+2+152=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #340298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340298 is #CBFD67. Grayscale: #212121. Windows color (decimal): -13368680 or 9962036. OLE color: 9962036.

HSL color Cylindrical-coordinate representation of color #340298: hue angle of 260º degrees, saturation: 0.97, 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 #340298 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 2 152 -
CMYK 0.66 0.99 0 0.40
HSL 260º 0.97% 0.3% -
HSV(B) 260º 0.99% 0.6% -
XYZ 7.11 3.04 29.92 -
YUV 34.05 194.57 140.8 -
System Red Green Blue C M Y K H S L
Decimal 52 2 152 0.66 0.99 0 0.40 260 0.97 0.3
Hex 34 2 98 42 63 0 28 104 61 1E
Octal 64 2 230 102 143 0 50 404 141 36
Binary 110100 10 10011000 1000010 1100011 0 101000 100000100 1100001 11110

Color Harmonies of #340298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340298

Black with #340298

Text Example


Text Example

White with #340298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340298; }

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

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

background-color css

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

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

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

border-color css

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

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

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