Html Css Color HEX #34128D Persian Indigo

📋 copy color: '#34128D'

red 52 ◦ green 18 ◦ blue 141

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

Shades of Persian Indigo #34128D

Tints of Persian Indigo #34128D

RGB

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

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

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

R = 24.64%
G = 8.53%
B = 66.82%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34128D (or 0x34128D) is known color: Persian Indigo. HEX triplet: 34, 12 and 8D. RGB value is (52,18,141). Sum of RGB (Red+Green+Blue) = 52+18+141=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #34128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34128D is #CBED72. Grayscale: #292929. Windows color (decimal): -13364595 or 9245236. OLE color: 9245236.

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

Color convert

RGB 52 18 141 -
CMYK 0.63 0.87 0 0.45
HSL 256.59º 0.77% 0.31% -
HSV(B) 256.59º 0.87% 0.55% -
XYZ 6.44 3.09 25.46 -
YUV 42.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 52 18 141 0.63 0.87 0 0.45 256.59 0.77 0.31
Hex 34 12 8D 3F 57 0 2D 101 4D 1F
Octal 64 22 215 77 127 0 55 401 115 37
Binary 110100 10010 10001101 111111 1010111 0 101101 100000001 1001101 11111

Color Harmonies of #34128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34128D

Black with #34128D

Text Example


Text Example

White with #34128D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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