Html Css Color HEX #34169C Persian Indigo

📋 copy color: '#34169C'

red 52 ◦ green 22 ◦ blue 156

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

Shades of Persian Indigo #34169C

Tints of Persian Indigo #34169C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 67.83%

R = 22.61%
G = 9.57%
B = 67.83%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34169C (or 0x34169C) is known color: Persian Indigo. HEX triplet: 34, 16 and 9C. RGB value is (52,22,156). Sum of RGB (Red+Green+Blue) = 52+22+156=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #34169C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34169C is #CBE963. Grayscale: #2D2D2D. Windows color (decimal): -13363556 or 10229300. OLE color: 10229300.

HSL color Cylindrical-coordinate representation of color #34169C: hue angle of 253.43º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34169C is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 22 156 -
CMYK 0.67 0.86 0 0.39
HSL 253.43º 0.75% 0.35% -
HSV(B) 253.43º 0.86% 0.61% -
XYZ 7.7 3.7 31.76 -
YUV 46.25 189.94 132.1 -
System Red Green Blue C M Y K H S L
Decimal 52 22 156 0.67 0.86 0 0.39 253.43 0.75 0.35
Hex 34 16 9C 43 56 0 27 FD 4B 23
Octal 64 26 234 103 126 0 47 375 113 43
Binary 110100 10110 10011100 1000011 1010110 0 100111 11111101 1001011 100011

Color Harmonies of #34169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34169C

Black with #34169C

Text Example


Text Example

White with #34169C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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