Html Css Color HEX #34186F Persian Indigo

📋 copy color: '#34186F'

red 52 ◦ green 24 ◦ blue 111

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

Shades of Persian Indigo #34186F

Tints of Persian Indigo #34186F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.83%

 BLUE value IS 111 (43.75% from 255) = 59.36%

R = 27.81%
G = 12.83%
B = 59.36%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#34186F (or 0x34186F) is known color: Persian Indigo. HEX triplet: 34, 18 and 6F. RGB value is (52,24,111). Sum of RGB (Red+Green+Blue) = 52+24+111=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #34186F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34186F is #CBE790. Grayscale: #292929. Windows color (decimal): -13363089 or 7280692. OLE color: 7280692.

HSL color Cylindrical-coordinate representation of color #34186F: hue angle of 259.31º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34186F is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 24 111 -
CMYK 0.53 0.78 0 0.56
HSL 259.31º 0.64% 0.26% -
HSV(B) 259.31º 0.78% 0.44% -
XYZ 4.61 2.53 15.28 -
YUV 42.29 166.78 134.93 -
System Red Green Blue C M Y K H S L
Decimal 52 24 111 0.53 0.78 0 0.56 259.31 0.64 0.26
Hex 34 18 6F 35 4E 0 38 103 40 1A
Octal 64 30 157 65 116 0 70 403 100 32
Binary 110100 11000 1101111 110101 1001110 0 111000 100000011 1000000 11010

Color Harmonies of #34186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34186F

Black with #34186F

Text Example


Text Example

White with #34186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34186F; }

 p { color: rgb(52,24,111); }

 H1.HeaderClassName
 {
   color: #34186F;
 }
 .AnyTagClassName
 {
   color: #34186F;
 }
</style>

background-color css

<style>
 a { background-color: #34186F; }

 a { background-color: rgb(52,24,111); }

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

border-color css

<style>
 span { border-color: #34186F; }

 span { border-color: rgb(52,24,111); }

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