Html Css Color HEX #34128C Persian Indigo

📋 copy color: '#34128C'

red 52 ◦ green 18 ◦ blue 140

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

Shades of Persian Indigo #34128C

Tints of Persian Indigo #34128C

RGB

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

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

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

R = 24.76%
G = 8.57%
B = 66.67%

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

#34128C (or 0x34128C) is known color: Persian Indigo. HEX triplet: 34, 12 and 8C. RGB value is (52,18,140). Sum of RGB (Red+Green+Blue) = 52+18+140=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 140 (55.08% from 255 or 66.67% from 210); Max value from RGB is 140 - color contains mainly: blue. Hex color #34128C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34128C is #CBED73. Grayscale: #292929. Windows color (decimal): -13364596 or 9179700. OLE color: 9179700.

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

Color convert

RGB 52 18 140 -
CMYK 0.63 0.87 0 0.45
HSL 256.72º 0.77% 0.31% -
HSV(B) 256.72º 0.87% 0.55% -
XYZ 6.37 3.06 25.07 -
YUV 42.07 183.26 135.08 -
System Red Green Blue C M Y K H S L
Decimal 52 18 140 0.63 0.87 0 0.45 256.72 0.77 0.31
Hex 34 12 8C 3F 57 0 2D 101 4D 1F
Octal 64 22 214 77 127 0 55 401 115 37
Binary 110100 10010 10001100 111111 1010111 0 101101 100000001 1001101 11111

Color Harmonies of #34128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34128C

Black with #34128C

Text Example


Text Example

White with #34128C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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