Html Css Color HEX #341598 Persian Indigo

📋 copy color: '#341598'

red 52 ◦ green 21 ◦ blue 152

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

Shades of Persian Indigo #341598

Tints of Persian Indigo #341598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.33%

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

R = 23.11%
G = 9.33%
B = 67.56%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#341598 (or 0x341598) is known color: Persian Indigo. HEX triplet: 34, 15 and 98. RGB value is (52,21,152). Sum of RGB (Red+Green+Blue) = 52+21+152=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #341598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341598 is #CBEA67. Grayscale: #2C2C2C. Windows color (decimal): -13363816 or 9966900. OLE color: 9966900.

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

Color convert

RGB 52 21 152 -
CMYK 0.66 0.86 0 0.40
HSL 254.2º 0.76% 0.34% -
HSV(B) 254.2º 0.86% 0.6% -
XYZ 7.35 3.53 30 -
YUV 45.2 188.27 132.85 -
System Red Green Blue C M Y K H S L
Decimal 52 21 152 0.66 0.86 0 0.40 254.2 0.76 0.34
Hex 34 15 98 42 56 0 28 FE 4C 22
Octal 64 25 230 102 126 0 50 376 114 42
Binary 110100 10101 10011000 1000010 1010110 0 101000 11111110 1001100 100010

Color Harmonies of #341598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341598

Black with #341598

Text Example


Text Example

White with #341598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341598; }

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

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

background-color css

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

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

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

border-color css

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

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

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