Html Css Color HEX #340C69 Persian Indigo

📋 copy color: '#340C69'

red 52 ◦ green 12 ◦ blue 105

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

Shades of Persian Indigo #340C69

Tints of Persian Indigo #340C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 62.13%

R = 30.77%
G = 7.1%
B = 62.13%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#340C69 (or 0x340C69) is known color: Persian Indigo. HEX triplet: 34, 0C and 69. RGB value is (52,12,105). Sum of RGB (Red+Green+Blue) = 52+12+105=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #340C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340C69 is #CBF396. Grayscale: #222222. Windows color (decimal): -13366167 or 6884404. OLE color: 6884404.

HSL color Cylindrical-coordinate representation of color #340C69: hue angle of 265.81º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #340C69 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 12 105 -
CMYK 0.50 0.89 0 0.59
HSL 265.81º 0.79% 0.23% -
HSV(B) 265.81º 0.89% 0.41% -
XYZ 4.1 2.01 13.54 -
YUV 34.56 167.75 140.44 -
System Red Green Blue C M Y K H S L
Decimal 52 12 105 0.50 0.89 0 0.59 265.81 0.79 0.23
Hex 34 C 69 32 59 0 3B 10A 4F 17
Octal 64 14 151 62 131 0 73 412 117 27
Binary 110100 1100 1101001 110010 1011001 0 111011 100001010 1001111 10111

Color Harmonies of #340C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C69

Black with #340C69

Text Example


Text Example

White with #340C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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