Html Css Color HEX #34118C Persian Indigo

📋 copy color: '#34118C'

red 52 ◦ green 17 ◦ blue 140

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

Shades of Persian Indigo #34118C

Tints of Persian Indigo #34118C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 66.99%

R = 24.88%
G = 8.13%
B = 66.99%

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

#34118C (or 0x34118C) is known color: Persian Indigo. HEX triplet: 34, 11 and 8C. RGB value is (52,17,140). Sum of RGB (Red+Green+Blue) = 52+17+140=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #34118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34118C is #CBEE73. Grayscale: #292929. Windows color (decimal): -13364852 or 9179444. OLE color: 9179444.

HSL color Cylindrical-coordinate representation of color #34118C: hue angle of 257.07º 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 #34118C is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 17 140 -
CMYK 0.63 0.88 0 0.45
HSL 257.07º 0.78% 0.31% -
HSV(B) 257.07º 0.88% 0.55% -
XYZ 6.35 3.02 25.06 -
YUV 41.49 183.6 135.5 -
System Red Green Blue C M Y K H S L
Decimal 52 17 140 0.63 0.88 0 0.45 257.07 0.78 0.31
Hex 34 11 8C 3F 58 0 2D 101 4E 1F
Octal 64 21 214 77 130 0 55 401 116 37
Binary 110100 10001 10001100 111111 1011000 0 101101 100000001 1001110 11111

Color Harmonies of #34118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34118C

Black with #34118C

Text Example


Text Example

White with #34118C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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