Html Css Color HEX #34167C Persian Indigo

📋 copy color: '#34167C'

red 52 ◦ green 22 ◦ blue 124

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

Shades of Persian Indigo #34167C

Tints of Persian Indigo #34167C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.11%

 BLUE value IS 124 (48.83% from 255) = 62.63%

R = 26.26%
G = 11.11%
B = 62.63%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34167C (or 0x34167C) is known color: Persian Indigo. HEX triplet: 34, 16 and 7C. RGB value is (52,22,124). Sum of RGB (Red+Green+Blue) = 52+22+124=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 124 (48.83% from 255 or 62.63% from 198); Max value from RGB is 124 - color contains mainly: blue. Hex color #34167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34167C is #CBE983. Grayscale: #2A2A2A. Windows color (decimal): -13363588 or 8132148. OLE color: 8132148.

HSL color Cylindrical-coordinate representation of color #34167C: hue angle of 257.65º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34167C is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 22 124 -
CMYK 0.58 0.82 0 0.51
HSL 257.65º 0.7% 0.29% -
HSV(B) 257.65º 0.82% 0.49% -
XYZ 5.34 2.76 19.32 -
YUV 42.6 173.94 134.71 -
System Red Green Blue C M Y K H S L
Decimal 52 22 124 0.58 0.82 0 0.51 257.65 0.7 0.29
Hex 34 16 7C 3A 52 0 33 102 46 1D
Octal 64 26 174 72 122 0 63 402 106 35
Binary 110100 10110 1111100 111010 1010010 0 110011 100000010 1000110 11101

Color Harmonies of #34167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34167C

Black with #34167C

Text Example


Text Example

White with #34167C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34167C; }

 p { color: rgb(52,22,124); }

 H1.HeaderClassName
 {
   color: #34167C;
 }
 .AnyTagClassName
 {
   color: #34167C;
 }
</style>

background-color css

<style>
 a { background-color: #34167C; }

 a { background-color: rgb(52,22,124); }

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

border-color css

<style>
 span { border-color: #34167C; }

 span { border-color: rgb(52,22,124); }

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