Html Css Color HEX #341988 Persian Indigo

📋 copy color: '#341988'

red 52 ◦ green 25 ◦ blue 136

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

Shades of Persian Indigo #341988

Tints of Persian Indigo #341988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 63.85%

R = 24.41%
G = 11.74%
B = 63.85%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#341988 (or 0x341988) is known color: Persian Indigo. HEX triplet: 34, 19 and 88. RGB value is (52,25,136). Sum of RGB (Red+Green+Blue) = 52+25+136=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #341988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341988 is #CBE677. Grayscale: #2D2D2D. Windows color (decimal): -13362808 or 8919348. OLE color: 8919348.

HSL color Cylindrical-coordinate representation of color #341988: hue angle of 254.59º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #341988 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 25 136 -
CMYK 0.62 0.82 0 0.47
HSL 254.59º 0.69% 0.32% -
HSV(B) 254.59º 0.82% 0.53% -
XYZ 6.21 3.2 23.58 -
YUV 45.73 178.95 132.47 -
System Red Green Blue C M Y K H S L
Decimal 52 25 136 0.62 0.82 0 0.47 254.59 0.69 0.32
Hex 34 19 88 3E 52 0 2F FF 45 20
Octal 64 31 210 76 122 0 57 377 105 40
Binary 110100 11001 10001000 111110 1010010 0 101111 11111111 1000101 100000

Color Harmonies of #341988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341988

Black with #341988

Text Example


Text Example

White with #341988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341988; }

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

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

background-color css

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

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

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

border-color css

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

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

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