Html Css Color HEX #34139B Persian Indigo

📋 copy color: '#34139B'

red 52 ◦ green 19 ◦ blue 155

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

Shades of Persian Indigo #34139B

Tints of Persian Indigo #34139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.41%

 BLUE value IS 155 (60.94% from 255) = 68.58%

R = 23.01%
G = 8.41%
B = 68.58%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34139B (or 0x34139B) is known color: Persian Indigo. HEX triplet: 34, 13 and 9B. RGB value is (52,19,155). Sum of RGB (Red+Green+Blue) = 52+19+155=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #34139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34139B is #CBEC64. Grayscale: #2B2B2B. Windows color (decimal): -13364325 or 10162996. OLE color: 10162996.

HSL color Cylindrical-coordinate representation of color #34139B: hue angle of 254.56º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34139B is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 19 155 -
CMYK 0.66 0.88 0 0.39
HSL 254.56º 0.78% 0.34% -
HSV(B) 254.56º 0.88% 0.61% -
XYZ 7.57 3.56 31.3 -
YUV 44.37 190.43 133.44 -
System Red Green Blue C M Y K H S L
Decimal 52 19 155 0.66 0.88 0 0.39 254.56 0.78 0.34
Hex 34 13 9B 42 58 0 27 FF 4E 22
Octal 64 23 233 102 130 0 47 377 116 42
Binary 110100 10011 10011011 1000010 1011000 0 100111 11111111 1001110 100010

Color Harmonies of #34139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34139B

Black with #34139B

Text Example


Text Example

White with #34139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,19,155); }

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

background-color css

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

 a { background-color: rgb(52,19,155); }

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

border-color css

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

 span { border-color: rgb(52,19,155); }

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