Html Css Color HEX #34118D Persian Indigo

📋 copy color: '#34118D'

red 52 ◦ green 17 ◦ blue 141

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

Shades of Persian Indigo #34118D

Tints of Persian Indigo #34118D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.1%

 BLUE value IS 141 (55.47% from 255) = 67.14%

R = 24.76%
G = 8.1%
B = 67.14%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34118D (or 0x34118D) is known color: Persian Indigo. HEX triplet: 34, 11 and 8D. RGB value is (52,17,141). Sum of RGB (Red+Green+Blue) = 52+17+141=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #34118D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34118D is #CBEE72. Grayscale: #292929. Windows color (decimal): -13364851 or 9244980. OLE color: 9244980.

HSL color Cylindrical-coordinate representation of color #34118D: hue angle of 256.94º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34118D is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 17 141 -
CMYK 0.63 0.88 0 0.45
HSL 256.94º 0.78% 0.31% -
HSV(B) 256.94º 0.88% 0.55% -
XYZ 6.42 3.05 25.45 -
YUV 41.6 184.1 135.42 -
System Red Green Blue C M Y K H S L
Decimal 52 17 141 0.63 0.88 0 0.45 256.94 0.78 0.31
Hex 34 11 8D 3F 58 0 2D 101 4E 1F
Octal 64 21 215 77 130 0 55 401 116 37
Binary 110100 10001 10001101 111111 1011000 0 101101 100000001 1001110 11111

Color Harmonies of #34118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34118D

Black with #34118D

Text Example


Text Example

White with #34118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34118D; }

 p { color: rgb(52,17,141); }

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

background-color css

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

 a { background-color: rgb(52,17,141); }

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

border-color css

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

 span { border-color: rgb(52,17,141); }

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