Html Css Color HEX #34158B Persian Indigo

📋 copy color: '#34158B'

red 52 ◦ green 21 ◦ blue 139

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

Shades of Persian Indigo #34158B

Tints of Persian Indigo #34158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 65.57%

R = 24.53%
G = 9.91%
B = 65.57%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34158B (or 0x34158B) is known color: Persian Indigo. HEX triplet: 34, 15 and 8B. RGB value is (52,21,139). Sum of RGB (Red+Green+Blue) = 52+21+139=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #34158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34158B is #CBEA74. Grayscale: #2B2B2B. Windows color (decimal): -13363829 or 9114932. OLE color: 9114932.

HSL color Cylindrical-coordinate representation of color #34158B: hue angle of 255.76º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34158B is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 21 139 -
CMYK 0.63 0.85 0 0.45
HSL 255.76º 0.74% 0.31% -
HSV(B) 255.76º 0.85% 0.55% -
XYZ 6.34 3.13 24.7 -
YUV 43.72 181.77 133.91 -
System Red Green Blue C M Y K H S L
Decimal 52 21 139 0.63 0.85 0 0.45 255.76 0.74 0.31
Hex 34 15 8B 3F 55 0 2D 100 4A 1F
Octal 64 25 213 77 125 0 55 400 112 37
Binary 110100 10101 10001011 111111 1010101 0 101101 100000000 1001010 11111

Color Harmonies of #34158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34158B

Black with #34158B

Text Example


Text Example

White with #34158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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