Html Css Color HEX #34129D Persian Indigo

📋 copy color: '#34129D'

red 52 ◦ green 18 ◦ blue 157

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

Shades of Persian Indigo #34129D

Tints of Persian Indigo #34129D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 69.16%

R = 22.91%
G = 7.93%
B = 69.16%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34129D (or 0x34129D) is known color: Persian Indigo. HEX triplet: 34, 12 and 9D. RGB value is (52,18,157). Sum of RGB (Red+Green+Blue) = 52+18+157=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 157 (61.72% from 255 or 69.16% from 227); Max value from RGB is 157 - color contains mainly: blue. Hex color #34129D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34129D is #CBED62. Grayscale: #2B2B2B. Windows color (decimal): -13364579 or 10293812. OLE color: 10293812.

HSL color Cylindrical-coordinate representation of color #34129D: hue angle of 254.68º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34129D is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 18 157 -
CMYK 0.67 0.89 0 0.38
HSL 254.68º 0.79% 0.34% -
HSV(B) 254.68º 0.89% 0.62% -
XYZ 7.72 3.6 32.19 -
YUV 44.01 191.76 133.7 -
System Red Green Blue C M Y K H S L
Decimal 52 18 157 0.67 0.89 0 0.38 254.68 0.79 0.34
Hex 34 12 9D 43 59 0 26 FF 4F 22
Octal 64 22 235 103 131 0 46 377 117 42
Binary 110100 10010 10011101 1000011 1011001 0 100110 11111111 1001111 100010

Color Harmonies of #34129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34129D

Black with #34129D

Text Example


Text Example

White with #34129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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