Html Css Color HEX #34129F Persian Indigo

📋 copy color: '#34129F'

red 52 ◦ green 18 ◦ blue 159

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

Shades of Persian Indigo #34129F

Tints of Persian Indigo #34129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 69.43%

R = 22.71%
G = 7.86%
B = 69.43%

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

#34129F (or 0x34129F) is known color: Persian Indigo. HEX triplet: 34, 12 and 9F. RGB value is (52,18,159). Sum of RGB (Red+Green+Blue) = 52+18+159=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #34129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34129F is #CBED60. Grayscale: #2B2B2B. Windows color (decimal): -13364577 or 10424884. OLE color: 10424884.

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

Color convert

RGB 52 18 159 -
CMYK 0.67 0.89 0 0.38
HSL 254.47º 0.8% 0.35% -
HSV(B) 254.47º 0.89% 0.62% -
XYZ 7.89 3.67 33.09 -
YUV 44.24 192.76 133.54 -
System Red Green Blue C M Y K H S L
Decimal 52 18 159 0.67 0.89 0 0.38 254.47 0.8 0.35
Hex 34 12 9F 43 59 0 26 FE 50 23
Octal 64 22 237 103 131 0 46 376 120 43
Binary 110100 10010 10011111 1000011 1011001 0 100110 11111110 1010000 100011

Color Harmonies of #34129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34129F

Black with #34129F

Text Example


Text Example

White with #34129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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