Html Css Color HEX #341288 Persian Indigo

📋 copy color: '#341288'

red 52 ◦ green 18 ◦ blue 136

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

Shades of Persian Indigo #341288

Tints of Persian Indigo #341288

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

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

R = 25.24%
G = 8.74%
B = 66.02%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#341288 (or 0x341288) is known color: Persian Indigo. HEX triplet: 34, 12 and 88. RGB value is (52,18,136). Sum of RGB (Red+Green+Blue) = 52+18+136=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 136 (53.52% from 255 or 66.02% from 206); Max value from RGB is 136 - color contains mainly: blue. Hex color #341288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341288 is #CBED77. Grayscale: #292929. Windows color (decimal): -13364600 or 8917556. OLE color: 8917556.

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

Color convert

RGB 52 18 136 -
CMYK 0.62 0.87 0 0.47
HSL 257.29º 0.77% 0.3% -
HSV(B) 257.29º 0.87% 0.53% -
XYZ 6.08 2.94 23.54 -
YUV 41.62 181.26 135.41 -
System Red Green Blue C M Y K H S L
Decimal 52 18 136 0.62 0.87 0 0.47 257.29 0.77 0.3
Hex 34 12 88 3E 57 0 2F 101 4D 1E
Octal 64 22 210 76 127 0 57 401 115 36
Binary 110100 10010 10001000 111110 1010111 0 101111 100000001 1001101 11110

Color Harmonies of #341288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341288

Black with #341288

Text Example


Text Example

White with #341288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341288; }

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

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

background-color css

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

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

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

border-color css

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

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

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