Html Css Color HEX #340C73 Persian Indigo

📋 copy color: '#340C73'

red 52 ◦ green 12 ◦ blue 115

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

Shades of Persian Indigo #340C73

Tints of Persian Indigo #340C73

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.7%

 BLUE value IS 115 (45.31% from 255) = 64.25%

R = 29.05%
G = 6.7%
B = 64.25%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#340C73 (or 0x340C73) is known color: Persian Indigo. HEX triplet: 34, 0C and 73. RGB value is (52,12,115). Sum of RGB (Red+Green+Blue) = 52+12+115=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 115 (45.31% from 255 or 64.25% from 179); Max value from RGB is 115 - color contains mainly: blue. Hex color #340C73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340C73 is #CBF38C. Grayscale: #232323. Windows color (decimal): -13366157 or 7539764. OLE color: 7539764.

HSL color Cylindrical-coordinate representation of color #340C73: hue angle of 263.3º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340C73 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 12 115 -
CMYK 0.55 0.90 0 0.55
HSL 263.3º 0.81% 0.25% -
HSV(B) 263.3º 0.9% 0.45% -
XYZ 4.64 2.23 16.41 -
YUV 35.7 172.75 139.62 -
System Red Green Blue C M Y K H S L
Decimal 52 12 115 0.55 0.90 0 0.55 263.3 0.81 0.25
Hex 34 C 73 37 5A 0 37 107 51 19
Octal 64 14 163 67 132 0 67 407 121 31
Binary 110100 1100 1110011 110111 1011010 0 110111 100000111 1010001 11001

Color Harmonies of #340C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C73

Black with #340C73

Text Example


Text Example

White with #340C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340C73; }

 p { color: rgb(52,12,115); }

 H1.HeaderClassName
 {
   color: #340C73;
 }
 .AnyTagClassName
 {
   color: #340C73;
 }
</style>

background-color css

<style>
 a { background-color: #340C73; }

 a { background-color: rgb(52,12,115); }

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

border-color css

<style>
 span { border-color: #340C73; }

 span { border-color: rgb(52,12,115); }

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