Html Css Color HEX #34178B Persian Indigo

📋 copy color: '#34178B'

red 52 ◦ green 23 ◦ blue 139

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

Shades of Persian Indigo #34178B

Tints of Persian Indigo #34178B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

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

R = 24.3%
G = 10.75%
B = 64.95%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34178B (or 0x34178B) is known color: Persian Indigo. HEX triplet: 34, 17 and 8B. RGB value is (52,23,139). Sum of RGB (Red+Green+Blue) = 52+23+139=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #34178B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34178B is #CBE874. Grayscale: #2C2C2C. Windows color (decimal): -13363317 or 9115444. OLE color: 9115444.

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

Color convert

RGB 52 23 139 -
CMYK 0.63 0.83 0 0.45
HSL 255º 0.72% 0.32% -
HSV(B) 255º 0.83% 0.55% -
XYZ 6.38 3.21 24.71 -
YUV 44.9 181.11 133.07 -
System Red Green Blue C M Y K H S L
Decimal 52 23 139 0.63 0.83 0 0.45 255 0.72 0.32
Hex 34 17 8B 3F 53 0 2D FF 48 20
Octal 64 27 213 77 123 0 55 377 110 40
Binary 110100 10111 10001011 111111 1010011 0 101101 11111111 1001000 100000

Color Harmonies of #34178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34178B

Black with #34178B

Text Example


Text Example

White with #34178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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