Html Css Color HEX #340665 Persian Indigo

📋 copy color: '#340665'

red 52 ◦ green 6 ◦ blue 101

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

Shades of Persian Indigo #340665

Tints of Persian Indigo #340665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.77%

 BLUE value IS 101 (39.84% from 255) = 63.52%

R = 32.7%
G = 3.77%
B = 63.52%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#340665 (or 0x340665) is known color: Persian Indigo. HEX triplet: 34, 06 and 65. RGB value is (52,6,101). Sum of RGB (Red+Green+Blue) = 52+6+101=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 101 (39.84% from 255 or 63.52% from 159); Max value from RGB is 101 - color contains mainly: blue. Hex color #340665 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340665 is #CBF99A. Grayscale: #1E1E1E. Windows color (decimal): -13367707 or 6620724. OLE color: 6620724.

HSL color Cylindrical-coordinate representation of color #340665: hue angle of 269.05º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340665 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 6 101 -
CMYK 0.49 0.94 0 0.60
HSL 269.05º 0.89% 0.21% -
HSV(B) 269.05º 0.94% 0.4% -
XYZ 3.83 1.8 12.46 -
YUV 30.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 52 6 101 0.49 0.94 0 0.60 269.05 0.89 0.21
Hex 34 6 65 31 5E 0 3C 10D 59 15
Octal 64 6 145 61 136 0 74 415 131 25
Binary 110100 110 1100101 110001 1011110 0 111100 100001101 1011001 10101

Color Harmonies of #340665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340665

Black with #340665

Text Example


Text Example

White with #340665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340665; }

 p { color: rgb(52,6,101); }

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

background-color css

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

 a { background-color: rgb(52,6,101); }

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

border-color css

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

 span { border-color: rgb(52,6,101); }

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