Html Css Color HEX #34157C Persian Indigo

📋 copy color: '#34157C'

red 52 ◦ green 21 ◦ blue 124

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

Shades of Persian Indigo #34157C

Tints of Persian Indigo #34157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.66%

 BLUE value IS 124 (48.83% from 255) = 62.94%

R = 26.4%
G = 10.66%
B = 62.94%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34157C (or 0x34157C) is known color: Persian Indigo. HEX triplet: 34, 15 and 7C. RGB value is (52,21,124). Sum of RGB (Red+Green+Blue) = 52+21+124=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #34157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34157C is #CBEA83. Grayscale: #292929. Windows color (decimal): -13363844 or 8131892. OLE color: 8131892.

HSL color Cylindrical-coordinate representation of color #34157C: hue angle of 258.06º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34157C is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 21 124 -
CMYK 0.58 0.83 0 0.51
HSL 258.06º 0.71% 0.28% -
HSV(B) 258.06º 0.83% 0.49% -
XYZ 5.32 2.72 19.31 -
YUV 42.01 174.27 135.12 -
System Red Green Blue C M Y K H S L
Decimal 52 21 124 0.58 0.83 0 0.51 258.06 0.71 0.28
Hex 34 15 7C 3A 53 0 33 102 47 1C
Octal 64 25 174 72 123 0 63 402 107 34
Binary 110100 10101 1111100 111010 1010011 0 110011 100000010 1000111 11100

Color Harmonies of #34157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34157C

Black with #34157C

Text Example


Text Example

White with #34157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,21,124); }

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

background-color css

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

 a { background-color: rgb(52,21,124); }

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

border-color css

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

 span { border-color: rgb(52,21,124); }

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