Html Css Color HEX #341098 Persian Indigo

📋 copy color: '#341098'

red 52 ◦ green 16 ◦ blue 152

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

Shades of Persian Indigo #341098

Tints of Persian Indigo #341098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.27%

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

R = 23.64%
G = 7.27%
B = 69.09%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#341098 (or 0x341098) is known color: Persian Indigo. HEX triplet: 34, 10 and 98. RGB value is (52,16,152). Sum of RGB (Red+Green+Blue) = 52+16+152=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #341098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341098 is #CBEF67. Grayscale: #292929. Windows color (decimal): -13365096 or 9965620. OLE color: 9965620.

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

Color convert

RGB 52 16 152 -
CMYK 0.66 0.89 0 0.40
HSL 255.88º 0.81% 0.33% -
HSV(B) 255.88º 0.89% 0.6% -
XYZ 7.27 3.37 29.97 -
YUV 42.27 189.93 134.94 -
System Red Green Blue C M Y K H S L
Decimal 52 16 152 0.66 0.89 0 0.40 255.88 0.81 0.33
Hex 34 10 98 42 59 0 28 100 51 21
Octal 64 20 230 102 131 0 50 400 121 41
Binary 110100 10000 10011000 1000010 1011001 0 101000 100000000 1010001 100001

Color Harmonies of #341098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341098

Black with #341098

Text Example


Text Example

White with #341098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341098; }

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

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

background-color css

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

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

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

border-color css

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

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

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