Html Css Color HEX #342098 Persian Indigo

📋 copy color: '#342098'

red 52 ◦ green 32 ◦ blue 152

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

Shades of Persian Indigo #342098

Tints of Persian Indigo #342098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.56%

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

R = 22.03%
G = 13.56%
B = 64.41%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#342098 (or 0x342098) is known color: Persian Indigo. HEX triplet: 34, 20 and 98. RGB value is (52,32,152). Sum of RGB (Red+Green+Blue) = 52+32+152=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #342098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342098 is #CBDF67. Grayscale: #333333. Windows color (decimal): -13361000 or 9969716. OLE color: 9969716.

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

Color convert

RGB 52 32 152 -
CMYK 0.66 0.79 0 0.40
HSL 250º 0.65% 0.36% -
HSV(B) 250º 0.79% 0.6% -
XYZ 7.6 4.03 30.08 -
YUV 51.66 184.63 128.24 -
System Red Green Blue C M Y K H S L
Decimal 52 32 152 0.66 0.79 0 0.40 250 0.65 0.36
Hex 34 20 98 42 4F 0 28 FA 41 24
Octal 64 40 230 102 117 0 50 372 101 44
Binary 110100 100000 10011000 1000010 1001111 0 101000 11111010 1000001 100100

Color Harmonies of #342098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342098

Black with #342098

Text Example


Text Example

White with #342098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342098; }

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

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

background-color css

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

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

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

border-color css

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

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

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