Html Css Color HEX #341998 Persian Indigo

📋 copy color: '#341998'

red 52 ◦ green 25 ◦ blue 152

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

Shades of Persian Indigo #341998

Tints of Persian Indigo #341998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.92%

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

R = 22.71%
G = 10.92%
B = 66.38%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#341998 (or 0x341998) is known color: Persian Indigo. HEX triplet: 34, 19 and 98. RGB value is (52,25,152). Sum of RGB (Red+Green+Blue) = 52+25+152=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 152 (59.77% from 255 or 66.38% from 229); Max value from RGB is 152 - color contains mainly: blue. Hex color #341998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341998 is #CBE667. Grayscale: #2F2F2F. Windows color (decimal): -13362792 or 9967924. OLE color: 9967924.

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

Color convert

RGB 52 25 152 -
CMYK 0.66 0.84 0 0.40
HSL 252.76º 0.72% 0.35% -
HSV(B) 252.76º 0.84% 0.6% -
XYZ 7.43 3.69 30.03 -
YUV 47.55 186.95 131.17 -
System Red Green Blue C M Y K H S L
Decimal 52 25 152 0.66 0.84 0 0.40 252.76 0.72 0.35
Hex 34 19 98 42 54 0 28 FD 48 23
Octal 64 31 230 102 124 0 50 375 110 43
Binary 110100 11001 10011000 1000010 1010100 0 101000 11111101 1001000 100011

Color Harmonies of #341998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341998

Black with #341998

Text Example


Text Example

White with #341998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341998; }

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

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

background-color css

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

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

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

border-color css

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

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

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