Html Css Color HEX #34168D Persian Indigo

📋 copy color: '#34168D'

red 52 ◦ green 22 ◦ blue 141

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

Shades of Persian Indigo #34168D

Tints of Persian Indigo #34168D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 65.58%

R = 24.19%
G = 10.23%
B = 65.58%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34168D (or 0x34168D) is known color: Persian Indigo. HEX triplet: 34, 16 and 8D. RGB value is (52,22,141). Sum of RGB (Red+Green+Blue) = 52+22+141=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #34168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34168D is #CBE972. Grayscale: #2C2C2C. Windows color (decimal): -13363571 or 9246260. OLE color: 9246260.

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

Color convert

RGB 52 22 141 -
CMYK 0.63 0.84 0 0.45
HSL 255.13º 0.73% 0.32% -
HSV(B) 255.13º 0.84% 0.55% -
XYZ 6.51 3.23 25.48 -
YUV 44.54 182.44 133.32 -
System Red Green Blue C M Y K H S L
Decimal 52 22 141 0.63 0.84 0 0.45 255.13 0.73 0.32
Hex 34 16 8D 3F 54 0 2D FF 49 20
Octal 64 26 215 77 124 0 55 377 111 40
Binary 110100 10110 10001101 111111 1010100 0 101101 11111111 1001001 100000

Color Harmonies of #34168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34168D

Black with #34168D

Text Example


Text Example

White with #34168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34168D; }

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

 H1.HeaderClassName
 {
   color: #34168D;
 }
 .AnyTagClassName
 {
   color: #34168D;
 }
</style>

background-color css

<style>
 a { background-color: #34168D; }

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

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

border-color css

<style>
 span { border-color: #34168D; }

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

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