Html Css Color HEX #34178E Persian Indigo

📋 copy color: '#34178E'

red 52 ◦ green 23 ◦ blue 142

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

Shades of Persian Indigo #34178E

Tints of Persian Indigo #34178E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 65.44%

R = 23.96%
G = 10.6%
B = 65.44%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#34178E (or 0x34178E) is known color: Persian Indigo. HEX triplet: 34, 17 and 8E. RGB value is (52,23,142). Sum of RGB (Red+Green+Blue) = 52+23+142=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 142 (55.86% from 255 or 65.44% from 217); Max value from RGB is 142 - color contains mainly: blue. Hex color #34178E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34178E is #CBE871. Grayscale: #2C2C2C. Windows color (decimal): -13363314 or 9312052. OLE color: 9312052.

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

Color convert

RGB 52 23 142 -
CMYK 0.63 0.84 0 0.44
HSL 254.62º 0.72% 0.32% -
HSV(B) 254.62º 0.84% 0.56% -
XYZ 6.61 3.3 25.88 -
YUV 45.24 182.61 132.82 -
System Red Green Blue C M Y K H S L
Decimal 52 23 142 0.63 0.84 0 0.44 254.62 0.72 0.32
Hex 34 17 8E 3F 54 0 2C FF 48 20
Octal 64 27 216 77 124 0 54 377 110 40
Binary 110100 10111 10001110 111111 1010100 0 101100 11111111 1001000 100000

Color Harmonies of #34178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34178E

Black with #34178E

Text Example


Text Example

White with #34178E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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