Html Css Color HEX #34118B Persian Indigo

📋 copy color: '#34118B'

red 52 ◦ green 17 ◦ blue 139

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

Shades of Persian Indigo #34118B

Tints of Persian Indigo #34118B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 66.83%

R = 25%
G = 8.17%
B = 66.83%

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

#34118B (or 0x34118B) is known color: Persian Indigo. HEX triplet: 34, 11 and 8B. RGB value is (52,17,139). Sum of RGB (Red+Green+Blue) = 52+17+139=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #34118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34118B is #CBEE74. Grayscale: #282828. Windows color (decimal): -13364853 or 9113908. OLE color: 9113908.

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

Color convert

RGB 52 17 139 -
CMYK 0.63 0.88 0 0.45
HSL 257.21º 0.78% 0.31% -
HSV(B) 257.21º 0.88% 0.55% -
XYZ 6.28 3 24.67 -
YUV 41.37 183.1 135.58 -
System Red Green Blue C M Y K H S L
Decimal 52 17 139 0.63 0.88 0 0.45 257.21 0.78 0.31
Hex 34 11 8B 3F 58 0 2D 101 4E 1F
Octal 64 21 213 77 130 0 55 401 116 37
Binary 110100 10001 10001011 111111 1011000 0 101101 100000001 1001110 11111

Color Harmonies of #34118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34118B

Black with #34118B

Text Example


Text Example

White with #34118B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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