Html Css Color HEX #34157B Persian Indigo

📋 copy color: '#34157B'

red 52 ◦ green 21 ◦ blue 123

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

Shades of Persian Indigo #34157B

Tints of Persian Indigo #34157B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 62.76%

R = 26.53%
G = 10.71%
B = 62.76%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#34157B (or 0x34157B) is known color: Persian Indigo. HEX triplet: 34, 15 and 7B. RGB value is (52,21,123). Sum of RGB (Red+Green+Blue) = 52+21+123=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #34157B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34157B is #CBEA84. Grayscale: #292929. Windows color (decimal): -13363845 or 8066356. OLE color: 8066356.

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

Color convert

RGB 52 21 123 -
CMYK 0.58 0.83 0 0.52
HSL 258.24º 0.71% 0.28% -
HSV(B) 258.24º 0.83% 0.48% -
XYZ 5.26 2.7 18.98 -
YUV 41.9 173.77 135.21 -
System Red Green Blue C M Y K H S L
Decimal 52 21 123 0.58 0.83 0 0.52 258.24 0.71 0.28
Hex 34 15 7B 3A 53 0 34 102 47 1C
Octal 64 25 173 72 123 0 64 402 107 34
Binary 110100 10101 1111011 111010 1010011 0 110100 100000010 1000111 11100

Color Harmonies of #34157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34157B

Black with #34157B

Text Example


Text Example

White with #34157B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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