Html Css Color HEX #34086D Persian Indigo

📋 copy color: '#34086D'

red 52 ◦ green 8 ◦ blue 109

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

Shades of Persian Indigo #34086D

Tints of Persian Indigo #34086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.73%

 BLUE value IS 109 (42.97% from 255) = 64.5%

R = 30.77%
G = 4.73%
B = 64.5%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34086D (or 0x34086D) is known color: Persian Indigo. HEX triplet: 34, 08 and 6D. RGB value is (52,8,109). Sum of RGB (Red+Green+Blue) = 52+8+109=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #34086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34086D is #CBF792. Grayscale: #202020. Windows color (decimal): -13367187 or 7145524. OLE color: 7145524.

HSL color Cylindrical-coordinate representation of color #34086D: hue angle of 266.14º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34086D is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 8 109 -
CMYK 0.52 0.93 0 0.57
HSL 266.14º 0.86% 0.23% -
HSV(B) 266.14º 0.93% 0.43% -
XYZ 4.26 2.01 14.63 -
YUV 32.67 171.08 141.79 -
System Red Green Blue C M Y K H S L
Decimal 52 8 109 0.52 0.93 0 0.57 266.14 0.86 0.23
Hex 34 8 6D 34 5D 0 39 10A 56 17
Octal 64 10 155 64 135 0 71 412 126 27
Binary 110100 1000 1101101 110100 1011101 0 111001 100001010 1010110 10111

Color Harmonies of #34086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34086D

Black with #34086D

Text Example


Text Example

White with #34086D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,8,109); }

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

background-color css

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

 a { background-color: rgb(52,8,109); }

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

border-color css

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

 span { border-color: rgb(52,8,109); }

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